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
An error recently appeared while trying to install fypp using pip on msys2. The CI fails with the following error message:
Run pip install fypp
error: externally-managed-environment
× This environment is externally managed
╰─> To install Python packages system-wide, try 'pacman -S
python-xyz', where xyz is the package you are trying to
install.
If you wish to install a non-MSYS2-packaged Python package,
create a virtual environment using 'python -m venv path/to/venv'.
Then use path/to/venv/bin/python and path/to/venv/bin/pip.
Expected Behaviour
fypp is installed without failing.
Version of stdlib
master
Platform and Architecture
Windows-MSYS2
Additional Information
No response
The text was updated successfully, but these errors were encountered:
@minhqdao, this seems to be caused by changes in Python and Pip. If we insist on using the system-level installation, we can pass the --break-system-packages parameter, such as:
Description
An error recently appeared while trying to install
fypp
usingpip
onmsys2
. The CI fails with the following error message:Expected Behaviour
fypp
is installed without failing.Version of stdlib
master
Platform and Architecture
Windows-MSYS2
Additional Information
No response
The text was updated successfully, but these errors were encountered: