I'm not sure if there's just not a docker image built for Debian, or if I'm doing something wrong.
I'm very new to all of this.
Got this error when trying to install via docker:
[+] Running 1/1
! cryze-server-service Warning pull acce... 11.5s
[+] Building 0.0s (0/0) docker:default
unable to prepare context: path "/home/colinadams/cryze/docker/server" not found
Got this error when trying to use PIP:
error: externally-managed-environment
à This environment is externally managed
â°â€> To install Python packages system-wide, try apt install
python3-xyz, where xyz is the package you are trying to
install.
If you wish to install a non-Debian-packaged Python package,
create a virtual environment using python3 -m venv path/to/venv.
Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make
sure you have python3-full installed.
For more information visit http://rptl.io/venv
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.
I'm not sure if there's just not a docker image built for Debian, or if I'm doing something wrong. I'm very new to all of this.
Got this error when trying to install via docker:
Got this error when trying to use PIP:
Any help you can offer is appreciated!