Closed
Description
Description
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