onlaj / Piano-LED-Visualizer

Piano LED Visualizer: Connect an LED strip to your Raspberry Pi and create an immersive visual experience for your piano playing
MIT License
498 stars 107 forks source link

No module named "websockets" #439

Closed Escanor274 closed 1 year ago

Escanor274 commented 1 year ago

Hi, i´ve just finished the installation und wanted to start the pi, but there is now an error. Any idea how to fix it? I copied the terminal:

sudo -E python visualizer.py File "/home/pi/Piano-LED-Visualizer/visualizer.py", line 17, in from webinterface import webinterface File "/home/pi/Piano-LED-Visualizer/webinterface/init.py", line 3, in import websockets ModuleNotFoundError: No module named 'websockets'

Sorry if its obvious for you, but i'm rly not a geeek und would be happy about some help :)

onlaj commented 1 year ago

Run sudo pip3 install -r requirements.txt

Escanor274 commented 1 year ago

everything works fine now, thank very much. any way to give u a tip?