Cobra Forum

Linux => New to Ubuntu => Topic started by: mahesh on Aug 08, 2023, 08:44 AM

Title: Trying to install CHIRP with pipx on UBUNTU 23.04
Post by: mahesh on Aug 08, 2023, 08:44 AM
Dear ladies and gents,

I am trying to install the CHIRP software as per instruction on the CHRIP site. I start by installing pipx follow the steps but cannot execute the command below:
pipx install --system-site-packages ./chirp-20230515-py3-none-any.whl
I always get the message below:
Unable to parse package spec: ./chirp-20230509-py3-none-any.whl
I would like to ask should I rephrase the command to
pipx install --system-site-packages .downloads/chirp-20230515-py3-none-any.whl
or another line of command. As I am new user I do not have so much knowledge on routing to a folder.

Please help me.