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 am seeing this pip install error in some runtime-libraries-coreclr outerloop tests. Is this in our infra, or should we transfer this to arcade?
Edit: Confirmed. Transferring to arcade.
Found it specifically in at least linux_musl-x64 Debug CoreCLR_Debug, but I did not see it in other linux queues I clicked.
[BEGIN EXECUTION]
+ sudo python -m pip install --disable-pip-version-check -r /root/helix/scripts/runtime_python_requirements.txt
error: externally-managed-environment
× This environment is externally managed
╰─>
The system-wide python installation should be maintained using the system
package manager (apk) only.
If the package in question is not packaged already (and hence installable via
"apk add py3-somepackage"), please consider installing it inside a virtual
environment, e.g.:
python3 -m venv /path/to/venv
. /path/to/venv/bin/activate
pip install mypackage
To exit the virtual environment, run:
deactivate
The virtual environment is not deleted, and can be re-entered by re-sourcing
the activate file.
To automatically manage virtual environments, consider using pipx (from the
pipx package).
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.
The text was updated successfully, but these errors were encountered:
I am seeing this pip install error in some
runtime-libraries-coreclr outerloop
tests.Is this in our infra, or should we transfer this to arcade?Edit: Confirmed. Transferring to arcade.
linux_musl-x64 Debug CoreCLR_Debug
, but I did not see it in other linux queues I clicked.The text was updated successfully, but these errors were encountered: