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
I'm trying to use a library which depends on spacy. This library seems to install a model as a Python package during runtime. And I get this error:
[notice] A new release of pip is available: 24.3.1 -> 25.0.1
[notice] To update, run: /Users/samrat/Library/Caches/pythonx/0.4.2/uv/0.5.21/python/cpython-3.12.8-macos-aarch64-none/bin/python -m pip install --upgrade pip
error: externally-managed-environment
× This environment is externally managed
╰─> This Python installation is managed by uv and should not be modified.
note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
hint: See PEP 668 for the detailed specification.
Hello, thanks for this library!
I'm trying to use a library which depends on
spacy
. This library seems to install a model as a Python package during runtime. And I get this error:This is the script I ran:
The equivalent Python script(also run using
uv
) seems to run fine:Any ideas on how I could get around this?
The text was updated successfully, but these errors were encountered: