Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvement - ezRA_20c_Linux_Install.pdf Needs Updates #3

Open
nathanielbutts opened this issue Nov 6, 2023 · 0 comments
Open

Improvement - ezRA_20c_Linux_Install.pdf Needs Updates #3

nathanielbutts opened this issue Nov 6, 2023 · 0 comments

Comments

@nathanielbutts
Copy link

nathanielbutts commented Nov 6, 2023

ezRA Linux Install Updates Needed

Issue

Some distros, especially Debian based, have updated their Python package policies. It might be for all Python after a certain version, not really sure. A lot of packages now cannot be installed with pip3 install <package>, but instead need to be pulled from the repo for the distribution.

Solution

Modify instructions to include the alternative method:

pip3 install seaborn is installed now by sudo apt install python3-seaborn

pip3 install astropy is installed now by sudo apt install python3-astropy

pip3 install scipy is installed now by sudo apt install python3-scipy

pyrtlsdr does not have a python3-pyrtlsdr, so I installed with pip3 install pyrtlsdr --break-system-packages. I believe, however, if you were doing this in a virtual environment, you may not have to do this. I write stuff in stone.....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant