You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to use pip install beets I get this error:
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 version in apt is rather outdated. So I installed it with
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
When I try to use
pip install beets
I get this error:The version in apt is rather outdated. So I installed it with
uv tool install beets --with requests --with flask
There's some documentation at https://docs.astral.sh/uv/guides/tools/#installing-tools
This seems to work just fine! My questions are:
Thanks for a brilliant bit of Open Source :-)
Beta Was this translation helpful? Give feedback.
All reactions