noip-renew icon indicating copy to clipboard operation
noip-renew copied to clipboard

Error installing on rpi

Open viseniv opened this issue 5 months ago • 9 comments

Wen y try to run the setup.sh i get this error.

The following packages were automatically installed and are no longer required: chromium-common libevent-2.1-7 libjsoncpp25 libminizip1 libopenh264-7 libopenjp2-7 libsnappy1v5 libwebpdemux2 libwebpmux3 libwoff1 libxnvctrl0 Use 'sudo apt autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 9 not upgraded. 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.

viseniv avatar Feb 04 '24 22:02 viseniv