Skip to content

CI fails trying to install pip package on msys2 #853

Closed
@minhqdao

Description

@minhqdao

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions