-
-
Notifications
You must be signed in to change notification settings - Fork 507
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
install_prereq.sh needs --break-system-packages on Debian 12 (or another environment) #1143
Comments
Also happens for me on Arch (up-to-date at the time of writing). |
I just tried to install on a new machine and got the same issue. Is there a work-around? |
same here... |
Use:
|
Same issue here. Hope anyone can help fixing this issue. |
|
Thank you for the hint. Nano was already there. I reinstall it, add the line mentioned in your previous comment "break-system-packages = true", and now the "sudo ./install_prereq.sh" request works. Thanks a lot!!! @tlghndeniz |
just run into this issue as well.
will install it. (obviously not recoomended if you are caring about that system) |
I used the break-system-packages method and at the end of installing requirements it gives a warning about "Running pip as the 'root' user can result in broken permissions...etc" Should I be worried about that? |
The install script tries to install python packages in the default environment, which is also the one apt installs to. Since Debian 12 this environment is a bit protected, so any pip install without explicit "--break-system-packages" will just fail.
This is the output, when it fails:
The text was updated successfully, but these errors were encountered: