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.
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.
