How to Fix 'error: externally-managed-environment' in Python? or Getting 'error: externally-managed-e

18 Replies, 1409 Views

error: externally-managed-environment is such a pain!

If you’re on Linux, you might also see this because of distro policies. Try:
```
pip install --user package-name
```
or just use a venv.

`--break-system-packages` is like duct tape—works but ugly.

Messages In This Thread



Users browsing this thread: 1 Guest(s)