TobKra96 / music_led_strip_control

Audio visualization for LED strips in real-time with web interface on a raspberry pi.
https://tobkra96.github.io/music_led_strip_control/
MIT License
300 stars 64 forks source link

Automated Install Does Not Work #203

Closed carlyd95 closed 5 months ago

carlyd95 commented 5 months ago

It seems there have been recent changes to python and it is moving towards installing python packages through apt and this causes dependency issues.

I think you can bypass this by setting break-system-packages to true in ~/.config/pip/pip.conf or using the corresponding flag.

Pyenv might also be a suitable option.

Teraskull commented 5 months ago

Closing this in favor of the issue #204