Skip to content
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

pip install py-slvs error on debian trixie #1317

Open
khimaros opened this issue Aug 22, 2023 · 0 comments
Open

pip install py-slvs error on debian trixie #1317

khimaros opened this issue Aug 22, 2023 · 0 comments

Comments

@khimaros
Copy link

due to new limitations on pip install --user (it is disallowed), installing py-slvs fails on A3 startup.

error: externally-managed-environment

× This environment is externally managed
╰─> To install Python packages system-wide, try apt install
    python3-xyz, where xyz is the package you are trying to
    install.

the workaround i've found for this is to manually install to /usr/local as root.

this can be accomplished with the following command:

pip install --prefix /usr py-slvs
@khimaros khimaros changed the title pip error on debian trixie pip install py-slvs error on debian trixie Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant