-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Hi,
Just tried to compile with docker. but I am getting the following errors:
`15.80 error: externally-managed-environment
15.80
15.80 × This environment is externally managed
15.80 ╰─>
15.80 The system-wide python installation should be maintained using the system
15.80 package manager (apk) only.
15.80
15.80 If the package in question is not packaged already (and hence installable via
15.80 "apk add py3-somepackage"), please consider installing it inside a virtual
15.80 environment, e.g.:
15.80
15.80 python3 -m venv /path/to/venv
15.80 . /path/to/venv/bin/activate
15.80 pip install mypackage
15.80
15.80 To exit the virtual environment, run:
15.80
15.80 deactivate
15.80
15.80 The virtual environment is not deleted, and can be re-entered by re-sourcing
15.80 the activate file.
15.80
15.80 To automatically manage virtual environments, consider using pipx (from the
15.80 pipx package).
15.80
15.80 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.
15.80 hint: See PEP 668 for the detailed specification.
failed to solve: process "/bin/sh -c apk upgrade --available && apk --no-cache add tzdata python3 py3-pip && pip install requests paho-mqtt pyyaml" did not complete successfully: exit code: 1`
Metadata
Metadata
Assignees
Labels
No labels