scottlawsonbc / audio-reactive-led-strip

:musical_note: :rainbow: Real-time LED strip music visualization using Python and the ESP8266 or Raspberry Pi
MIT License
2.68k stars 644 forks source link

How to get a different Gui? #276

Closed Jameshond700 closed 3 years ago

Jameshond700 commented 4 years ago

When i run Visualization.py via IDLE i get the error: "No module named ''numpy". due to this error i cannot start the visualization program. I installed the module as said in the code. I don't know what to do now. Can Someone help me please?

The error: image

joeybab3 commented 4 years ago

I haven't personally used IDLE but there may be some other way of installing libraries than normal? You made sure to pip install numpy right?

Jameshond700 commented 4 years ago

Yes i made sure to pip install numpy. Also i already reinstalled it. To run it i used IDLE and spyder. On what are you running it? maby it works when i run it like you.

joeybab3 commented 4 years ago

@Jameshond700 I just use a standard installation from the python website on windows and pip install all dependencies.

Jameshond700 commented 4 years ago

Thank's i got it to work!, Also i have another question: In some videos i saw a different GUI with more modes and you could edit the colors of the modes. my question is: how did they get the gui. I would like to use it too it

A image of the gui that i would like to have: image

joeybab3 commented 4 years ago

@Jameshond700 Yeah I believe that is @not-matt's fork if I'm not mistaken

Jameshond700 commented 4 years ago

Yes, i think so too but i cant get it to work. I don't know if you have any knowledge about this but could you help me?

not-matt commented 4 years ago
Hi, that screenshot is from my project Systematic Leds. It’s no longer being developed but give it a try by all means! Installation Tutorial:https://www.youtube.com/watch?v=W4jaAgjfvG8Repo:https://github.com/not-matt/Systematic-LEDs I’m working on LedFx now, so if you want to keep up to date on the newest work then give this a go:https://github.com/ahodges9/LedFx Matthew From: Jameshond700Sent: 30 June 2020 20:26To: scottlawsonbc/audio-reactive-led-stripCc: SubscribedSubject: Re: [scottlawsonbc/audio-reactive-led-strip] Error when running visualization.py (#276) Thank's i got it to work!, Also i have another question: In some videos i saw a different GUI with more modes and you could edit the colors of the modes. my question is: how did they get the gui. I would like to use it too itA image of the gui that i would like to have:—You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or unsubscribe. 
Jameshond700 commented 4 years ago

@not-matt I Already saw the video. But when you look at the config.py in the video it is different with the config file that is provided. It looks like it is automated. So i tried to just run the Main.py. But then i get the error; OSError: [Errno -9996] Invalid device. So i do not what to do next.