not-matt / Systematic-LEDs

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

Unable to open Main.py #56

Closed KavTV closed 5 years ago

KavTV commented 5 years ago

I get this error when trying to launch in anaconda enviroment. Followed the video, keep getting this error. Could not find settings.ini No user colours found No user gradients found Traceback (most recent call last): File "C:\Users\kaspe\Documents\Python Scripts\Systematic-LEDs-master\python\main.py", line 2046, in microphone = Microphone(microphone_update) File "C:\Users\kaspe\Documents\Python Scripts\Systematic-LEDs-master\python\main.py", line 842, in init device_info = py_audio.get_device_info_by_host_api_device_index(0,i) File "C:\Users\kaspe\Anaconda3\lib\site-packages\pyaudio.py", line 852, in get_device_info_by_host_api_device_index host_api_device_index) OSError: [Errno -9996] Invalid device

StanglAndreas commented 5 years ago

Hi i got the same error with python 3.7 try python 3.6

KavTV commented 5 years ago

Changed to python 3.6, working great