-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MLSC is incompatible with Debian 12 Bookworm #204
Comments
Hi, thanks for the error log! That does look strange and I will be testing the installer to see if I can replicate this. Are you trying to install the curl -sSL https://raw.githubusercontent.com/TobKra96/music_led_strip_control/master/setup.sh | sudo bash -s -- -b dev_2.3 If the issue still happens, I guess there were some breaking changes from One solution would be for me to use a virtual environment in the installer. Hopefully this won't break a lot of things further down the line. Thanks again! I'll get to this as soon as possible! |
Oh, dang I just posted a similar issue recently. Glad to see this. So far the only thing I found to work is I am going to try the new branch that you mentioned above! Thanks! @Teraskull |
Using error: externally-managed-environment × This environment is externally managed
note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages. |
Yea, it's preventing mixing |
@Teraskull I tried that with virtualenv but was unsuccessful. I hope you are able to find a work-around. :) |
I flashed the SD Card of my Rpi4 completely and installed Raspberry Pi OS again. But this time a get a Error "No module named pyaudio" thanks! |
@carlyd95 @makeitready I noticed that Debian 12 Bookworm distros are now forcing installing Until I test and update the setup script, I doubt that even manually creating a Hopefully this will require minimum changes to the installation, but I'm glad that using Workaround while I fix the installer on the latest distro:For now, your best option is to install the legacy Pi OS 11 Bullseye if you want to run MLSC as soon as possible, since that distro was tested and the installation script is confirmed to be working there. But I will try to make it work on the latest distro in the following days. Thanks for your patience! |
Can you please try installing MLSC with this command? curl -sSL https://raw.githubusercontent.com/TobKra96/music_led_strip_control/dev_2.3/setup.sh | sudo bash -s -- -b dev_2.3 Just pushed the script update to the I did not test the script on a Pi OS 12, since I don't have a spare SD card at the moment, but it did work on an x64 Debian 12 VM, so assuming nothing else regarding the process changed, it should work. Including installing pre-built wheels for some modules. I recommend deleting the whole sudo rm -r /share Let me know if you have any issues, thanks! |
Hey there, Your work-arround with the Bullseye OS works, thanks! I also tried a new Install with Pi OS 64 Bit. I flashed the SD card and installed it with the command you posted above. Sadly, i have the same Errors like in my last post. Thanks for all your work.
|
Hi @makeitready , Can you try running it like this, inside sudo /share/venv/bin/python3 main.py Since now a virtual environment is used, the Python executable should be from that venv. You can call it like source /share/venv/bin/activate |
Hi @Teraskull The installation with a RPI 4 and PI OS 64 Bit works with
and
But now the service dhcpcd does not work. Error "dhcp.serice not found" So the WiFi Network does not appear... |
Hey @makeitready , Turns out Debian Bookworm replaced They also replaced I guess, for now the best option is to use Debian Bullseye, because there are too many breaking changes in the new OS. Unfortunately, I do not have time or the possibility to test Bookworm on a Pi now, and I have no idea how to migrate the network and microphone configurations to support NetworkManager/PipeWire. I think a lot of software will have problems with the Bullseye -> Bookworm upgrade too. Thanks for your issue reports and support! |
Hi there,
i get a failture while installing the MLSC software with the automatic installation. It sais "no module named coloredlogs"
i already googled it but a fix lik "python -m pip install coloredlogs" does not help.
Pleas tell me what to do, tahnks a lot!
Putty Image:
#bug #install
The text was updated successfully, but these errors were encountered: