Update Chirp

Message
Author
kd4e
Posts: 312
Joined: Mon Dec 06, 2021 5:26 pm

Re: Update Chirp

#21 Post by kd4e »

BV206 wrote: Thu Jul 20, 2023 2:17 pm When you install Chirp with pip or pipx you don't use sudo. It creates some directories in your ~/.local directory and as far as I can tell it puts all the required files there and doesn't touch /usr or /opt or any other root level system directories. I'm not sure if it makes a .desktop menu file for Chirp because I already had a custom one. I don't think it can break your system and I don't know if that's true for other things installed by pip/pipx.
Cool, thanks!

kd4e
Posts: 312
Joined: Mon Dec 06, 2021 5:26 pm

Re: Update Chirp

#22 Post by kd4e »

OK, snapshot done, python3-pip installed.

Note 1: It did not recognize python3-pipx, so I could not install that.

Note 2: The Chirp instructions appear to insist on pipx "You must use pipx to install chirp" rather than pip. Am I misunderstanding it?
2.2 For distros with the managed flag (Ubuntu 23.04, Debian 11 and later)

You must use pipx to install chirp separated from the system python environment. However, because some libraries from the system environment are required (packages from above) you must use the flag to enable their use. Use of the wheel download is recommended.

Code: Select all

sudo apt install -y pipx
pipx install --system-site-packages ./chirp-20230509-py3-none-any.whl

BV206
Posts: 583
Joined: Sat Mar 09, 2019 10:55 am

Re: Update Chirp

#23 Post by BV206 »

If you are using MX 21 (Debian 11) You have to install pipx from the backports repository and the package name is just pipx.

You may want to get the latest Chirp version from https://trac.chirp.danplanet.com/chirp_next/ instead of using a file from May.

kd4e
Posts: 312
Joined: Mon Dec 06, 2021 5:26 pm

Re: Update Chirp

#24 Post by kd4e »

BV206 wrote: Fri Jul 21, 2023 2:27 pm If you are using MX 21 (Debian 11) You have to install pipx from the backports repository and the package name is just pipx.

You may want to get the latest Chirp version from https://trac.chirp.danplanet.com/chirp_next/ instead of using a file from May.
I'm on MX 21.3

OK re. pipx from Backports ... thanks!

I have this one downloaded and ready to load

Code: Select all

chirp-20230719-py3-none-any.whl

kd4e
Posts: 312
Joined: Mon Dec 06, 2021 5:26 pm

Re: Update Chirp

#25 Post by kd4e »

Everything is working!

Thanks for the assist!

Post Reply

Return to “Package Requests - MX-21”