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

Cannot install packages, tried everything #81

Open
lsahler7776 opened this issue Mar 10, 2024 · 1 comment
Open

Cannot install packages, tried everything #81

lsahler7776 opened this issue Mar 10, 2024 · 1 comment

Comments

@lsahler7776
Copy link

I am fairly new to raspberry pi and bash, but I have troubleshooted this for hours and cannot install the repository. I logged in to my pi 4 using ssh, then downloaded python3-full. I also tried entered a virtual environment because I was getting the error externally-managed-environment. Whatever I do, I can't install the packages (numpy, scipy, pyaudio, pyqtgraph), even if I try to install them individually, it takes forever and doesn't end up working. I also tried wiping the pi and restarting it, same issues. Thank you for any advise or help.

@Marin-Weigel
Copy link

See if it helps to edit /home/pi/dancyPi-audio-reactive-led/python/install/install.py adding the bold 3
print("================== Start Installing Numpy, Scipy, PyAudio, PyQtgraph ==================")
os.system("sudo apt install python3-numpy python3-scipy python3-pyaudio python3-pyqtgraph -y")

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

2 participants