atvfool / Chirp-Install

Installs Chirp for reading and writing radio images. Only tested on Ubuntu
0 stars 0 forks source link

Failed to install on Ubuntu 24.04 #1

Open ekitru opened 4 months ago

ekitru commented 4 months ago

I am trying to run script on fresh ubuntu 24.04 and it fails

--2024-06-05 00:02:43-- https://archive.chirpmyradio.com/chirp_next/next-20240531/chirp-20240531-py3-none-any.whl Resolving archive.chirpmyradio.com (archive.chirpmyradio.com)... 50.116.5.251 Connecting to archive.chirpmyradio.com (archive.chirpmyradio.com)|50.116.5.251|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1752906 (1,7M) Saving to: ‘chirp-20240531-py3-none-any.whl.1’

chirp-20240531-py3-none-any.whl.1 100%[=========================================================================================================================================>] 1,67M 1,16MB/s in 1,4s

2024-06-05 00:02:47 (1,16 MB/s) - ‘chirp-20240531-py3-none-any.whl.1’ saved [1752906/1752906]

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.

If you wish to install a non-Debian packaged Python application,
it may be easiest to use pipx install xyz, which will manage a
virtual environment for you. Make sure you have pipx installed.

See /usr/share/doc/python3.12/README.venv for more information.

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. Instructions to start chirp saved to desktop, please reboot the machine

ekitru commented 4 months ago

looks like apt install python3.12-venv is missing and switching to vent failed: apt install python3.12-venv pip install wxpython