not-matt / Systematic-LEDs

Audio reactive, all in one, room lighting for your computer.
MIT License
100 stars 35 forks source link

Error when running main.py; OSError: [Errno -9996] Invalid device #84

Open Jameshond700 opened 4 years ago

Jameshond700 commented 4 years ago

When i run the main.py file i get the error ''OSError: [Errno -9996] Invalid device''. I am new to all of this. does someone know what i need to do to fix this error?

vladlenskiy commented 4 years ago

Try to install portaudio, if you on mac brew install portaudio and install pyaudio pip3 install pyaudio for python3 or pip install pyaudio for python 2.x Try to delete LightProject-master/Systematic-LEDs-master/python/lib/settings.ini and run again.

CalebRorty commented 3 years ago

Having the same issue, running

pip3 install pyaudio

tells me requirement already satisfied (0.2.11), I also do not have a settings.ini file to delete, any thoughts?