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.67k stars 642 forks source link

ImportError: libEGL.so.1: cannot open shared object file: No such file or directory #375

Open FerdinandFidel opened 1 year ago

FerdinandFidel commented 1 year ago

Hello together, when I try to run the visualization.py program under WSL, this error appears: ImportError: libEGL.so.1: cannot open shared object file: No such file or directory. I have also not found a solution on the Internet, which helps me with this error.

asiimwemmanuel commented 3 months ago

I have had the same issue with PyQt6 and found a solution that works for me (ubuntu WSL): sudo apt-get install freeglut3-dev source