[chirp_users] Ubuntu 20.04: no installation candidate
Hi
I'm trying to install Chirp on ubuntu 20.04. I've added the PPA and updated my repos, but chirp is still unavailable.
I tried changing the repo from "focal main" to "bionic main" just to see if it works, but that results in unresolvable dependencies.
It looks like no .deb file is available for AMD64. http://ppa.launchpad.net/dansmith/chirp-snapshots/ubuntu/pool/main/c/chirp-d...
Any help would be appreciated. Thanks.
The PPA you need to add to get CHIRP is NOT an Ubuntu repository, it is Dan Smith's repository:
sudo apt-add-repository ppa:dansmith/chirp-snapshots sudo apt-get update sudo apt-get install chirp-daily
The problem you will run into is that CHIRP requires Python 2.7, and Ubuntuy 20.04 only comes with Python 3 by default.
You can download and install Python 2.7 in Ubuntu 20.04, but then you need to figure out how to switch between Python versions.
I looked at that and decided it was not worth it, I am sticking with 16.04 LTS.
Pat Anderson KD7OAC
On Sun, Jun 14, 2020 at 11:15 AM teslas_moustache < teslas_moustache@riseup.net> wrote:
Hi
I'm trying to install Chirp on ubuntu 20.04. I've added the PPA and updated my repos, but chirp is still unavailable.
I tried changing the repo from "focal main" to "bionic main" just to see if it works, but that results in unresolvable dependencies.
It looks like no .deb file is available for AMD64.
http://ppa.launchpad.net/dansmith/chirp-snapshots/ubuntu/pool/main/c/chirp-d...
Any help would be appreciated. Thanks.
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Pat Anderson at anderson5420@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
On 14 June 2020 at 15:57 Pat Anderson anderson5420@gmail.com wrote:
The PPA you need to add to get CHIRP is NOT an Ubuntu repository, it is Dan Smith's repository: sudo apt-add-repository ppa:dansmith/chirp-snapshots sudo apt-get update sudo apt-get install chirp-daily
And point it to xenial in your /etc/apt/sources.list file
The problem you will run into is that CHIRP requires Python 2.7, and Ubuntuy 20.04 only comes with Python 3 by default. You can download and install Python 2.7 in Ubuntu 20.04, but then you need to figure out how to switch between Python versions.
Not an issue. Ubuntu will sort it automatically.
> > Hi
I'm trying to install Chirp on ubuntu 20.04. I've added the PPA and updated my repos, but chirp is still unavailable. I tried changing the repo from "focal main" to "bionic main" just to see if it works, but that results in unresolvable dependencies. It looks like no .deb file is available for AMD64. http://ppa.launchpad.net/dansmith/chirp-snapshots/ubuntu/pool/main/c/chirp-daily/ Any help would be appreciated. Thanks. _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com mailto:chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Pat Anderson at anderson5420@gmail.com mailto:anderson5420@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com mailto:chirp_users-unsubscribe@intrepid.danplanet.com > _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Nigel Gunn, W8IFF at nigel@ngunn.net To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1 937 825 5032 Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.net www http://www.ngunn.net
I don't believe Ubuntu 20.04 automatically chooses the correct pythom version, otherwise this tutorial https://linuxconfig.org/ubuntu-20-04-python-version-switch-manager using the update-alternatives command would be superfluous.
On Sun, Jun 14, 2020 at 3:32 PM Nigel A. Gunn G8IFF/W8IFF nigel@ngunn.net wrote:
On 14 June 2020 at 15:57 Pat Anderson anderson5420@gmail.com wrote:
The PPA you need to add to get CHIRP is NOT an Ubuntu repository, it is Dan Smith's repository:
sudo apt-add-repository ppa:dansmith/chirp-snapshots sudo apt-get update sudo apt-get install chirp-daily
And point it to xenial in your /etc/apt/sources.list file
The problem you will run into is that CHIRP requires Python 2.7, and Ubuntuy 20.04 only comes with Python 3 by default.
You can download and install Python 2.7 in Ubuntu 20.04, but then you need to figure out how to switch between Python versions.
Not an issue. Ubuntu will sort it automatically.
Hi
I'm trying to install Chirp on ubuntu 20.04. I've added the PPA and updated my repos, but chirp is still unavailable.
I tried changing the repo from "focal main" to "bionic main" just to see if it works, but that results in unresolvable dependencies.
It looks like no .deb file is available for AMD64.
http://ppa.launchpad.net/dansmith/chirp-snapshots/ubuntu/pool/main/c/chirp-d...
Any help would be appreciated. Thanks.
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Pat Anderson at anderson5420@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
_______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Nigel Gunn, W8IFF at nigel@ngunn.net To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1 937 825 5032 Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.net www http://www.ngunn.net
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Pat Anderson at anderson5420@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
I've got V2, V2.7, V3 and V3.7 installed and not aware of any switching mechanism.
On 14 June 2020 at 19:00 Pat Anderson anderson5420@gmail.com wrote:
I don't believe Ubuntu 20.04 automatically chooses the correct pythom version, otherwise this tutorial https://linuxconfig.org/ubuntu-20-04-python-version-switch-manager using the update-alternatives command would be superfluous. On Sun, Jun 14, 2020 at 3:32 PM Nigel A. Gunn G8IFF/W8IFF < nigel@ngunn.net mailto:nigel@ngunn.net > wrote: > >
> > > On 14 June 2020 at 15:57 Pat Anderson < anderson5420@gmail.com mailto:anderson5420@gmail.com > wrote:
The PPA you need to add to get CHIRP is NOT an Ubuntu repository, it is Dan Smith's repository: sudo apt-add-repository ppa:dansmith/chirp-snapshots sudo apt-get update sudo apt-get install chirp-daily > > And point it to xenial in your /etc/apt/sources.list file
> > > The problem you will run into is that CHIRP requires Python 2.7, and Ubuntuy 20.04 only comes with Python 3 by default.
You can download and install Python 2.7 in Ubuntu 20.04, but then you need to figure out how to switch between Python versions. > > Not an issue. Ubuntu will sort it automatically.
> > >
> > > > Hi
I'm trying to install Chirp on ubuntu 20.04. I've added the PPA and updated my repos, but chirp is still unavailable. I tried changing the repo from "focal main" to "bionic main" just to see if it works, but that results in unresolvable dependencies. It looks like no .deb file is available for AMD64. http://ppa.launchpad.net/dansmith/chirp-snapshots/ubuntu/pool/main/c/chirp-daily/ Any help would be appreciated. Thanks. _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com mailto:chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Pat Anderson at anderson5420@gmail.com mailto:anderson5420@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com mailto:chirp_users-unsubscribe@intrepid.danplanet.com > > > _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com mailto:chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Nigel Gunn, W8IFF at nigel@ngunn.net mailto:nigel@ngunn.net To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com mailto:chirp_users-unsubscribe@intrepid.danplanet.com
> >
Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1 937 825 5032 Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.net mailto:nigel@ngunn.net www http://www.ngunn.net _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com mailto:chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Pat Anderson at anderson5420@gmail.com mailto:anderson5420@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com mailto:chirp_users-unsubscribe@intrepid.danplanet.com > _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Nigel Gunn, W8IFF at nigel@ngunn.net To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1 937 825 5032 Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.net www http://www.ngunn.net
Hi Pat,
I've been using the py3 branch on 20.04
Angus
On 2020-06-14 17:58, Nigel A. Gunn G8IFF/W8IFF wrote:
I've got V2, V2.7, V3 and V3.7 installed and not aware of any switching mechanism.
On 14 June 2020 at 19:00 Pat Anderson anderson5420@gmail.com wrote:
I don't believe Ubuntu 20.04 automatically chooses the correct pythom version, otherwise this tutorial [1] using the update-alternatives command would be superfluous.
On Sun, Jun 14, 2020 at 3:32 PM Nigel A. Gunn G8IFF/W8IFF < nigel@ngunn.net> wrote:
On 14 June 2020 at 15:57 Pat Anderson < anderson5420@gmail.com> wrote:
The PPA you need to add to get CHIRP is NOT an Ubuntu repository, it is Dan Smith's repository:
sudo apt-add-repository ppa:dansmith/chirp-snapshots sudo apt-get update sudo apt-get install chirp-daily
And point it to xenial in your /etc/apt/sources.list file
The problem you will run into is that CHIRP requires Python 2.7, and Ubuntuy 20.04 only comes with Python 3 by default.
You can download and install Python 2.7 in Ubuntu 20.04, but then you need to figure out how to switch between Python versions.
Not an issue. Ubuntu will sort it automatically.
Hi
I'm trying to install Chirp on ubuntu 20.04. I've added the PPA and updated my repos, but chirp is still unavailable.
I tried changing the repo from "focal main" to "bionic main" just to
see if it works, but that results in unresolvable dependencies.
It looks like no .deb file is available for AMD64.
http://ppa.launchpad.net/dansmith/chirp-snapshots/ubuntu/pool/main/c/chirp-d...
Any help would be appreciated. Thanks.
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Pat Anderson at anderson5420@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Nigel Gunn, W8IFF at nigel@ngunn.net To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1 937 825 5032 Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.net www http://www.ngunn.net
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Pat Anderson at anderson5420@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Nigel Gunn, W8IFF at nigel@ngunn.net To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1 937 825 5032 Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.net www http://www.ngunn.net
Links:
[1] https://linuxconfig.org/ubuntu-20-04-python-version-switch-manager _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Angus Ainslie at angus@akkea.ca To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
I've been trying to get the py3 branch to work, but it seems to not be stable, as there are still many syntax errors. Once I got chirpwx running I tried to clone my UV5R and got "ERROR: Failed to clone: Failed to communicate with radio: can't concat str to bytes", but there's no stack trace or anything to tell me where the error is occurring and "Failed to communicate with radio" occurs in many modules.
It's sad to such a good piece of software fall into such disarray. It's not in the default debian, ubuntu, or fedora repos anymore, nor do the installation instructions on the website work.
Are patches welcome for the py3 branch? I can try to dig into why the cloning is crashing. I see https://chirp.danplanet.com/issues/495 but I don't know if I'll be duplicating work of if I can help in any other way.
Jim
On Sun, Jun 14, 2020 at 9:06 PM Angus Ainslie angus@akkea.ca wrote:
Hi Pat,
I've been using the py3 branch on 20.04
Angus
On 2020-06-14 17:58, Nigel A. Gunn G8IFF/W8IFF wrote:
I've got V2, V2.7, V3 and V3.7 installed and not aware of any switching mechanism.
On 14 June 2020 at 19:00 Pat Anderson anderson5420@gmail.com wrote:
I don't believe Ubuntu 20.04 automatically chooses the correct pythom version, otherwise this tutorial [1] using the update-alternatives command would be superfluous.
On Sun, Jun 14, 2020 at 3:32 PM Nigel A. Gunn G8IFF/W8IFF < nigel@ngunn.net> wrote:
On 14 June 2020 at 15:57 Pat Anderson < anderson5420@gmail.com> wrote:
The PPA you need to add to get CHIRP is NOT an Ubuntu repository, it is Dan Smith's repository:
sudo apt-add-repository ppa:dansmith/chirp-snapshots sudo apt-get update sudo apt-get install chirp-daily
And point it to xenial in your /etc/apt/sources.list file
The problem you will run into is that CHIRP requires Python 2.7, and Ubuntuy 20.04 only comes with Python 3 by default.
You can download and install Python 2.7 in Ubuntu 20.04, but then you need to figure out how to switch between Python versions.
Not an issue. Ubuntu will sort it automatically.
Hi
I'm trying to install Chirp on ubuntu 20.04. I've added the PPA and updated my repos, but chirp is still unavailable.
I tried changing the repo from "focal main" to "bionic main" just to
see if it works, but that results in unresolvable dependencies.
It looks like no .deb file is available for AMD64.
http://ppa.launchpad.net/dansmith/chirp-snapshots/ubuntu/pool/main/c/chirp-d...
Any help would be appreciated. Thanks.
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Pat Anderson at anderson5420@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Nigel Gunn, W8IFF at nigel@ngunn.net To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1 937 825 5032 Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.net www http://www.ngunn.net
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Pat Anderson at anderson5420@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Nigel Gunn, W8IFF at nigel@ngunn.net To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1 937 825 5032 Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.net www http://www.ngunn.net
Links:
[1] https://linuxconfig.org/ubuntu-20-04-python-version-switch-manager _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Angus Ainslie at angus@akkea.ca To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Jim K at jim@jimkeener.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
Is Ubuntu 16.4 the latest that works well with Chirp? I may stick with that if there are problems with Chirp and the OSs that use Python 3. Glenn ----- Original Message ----- From: James Keener To: Discussion of CHIRP Sent: Monday, July 27, 2020 1:35 PM Subject: Re: [chirp_users] Ubuntu 20.04: no installation candidate
I've been trying to get the py3 branch to work, but it seems to not be stable, as there are still many syntax errors. Once I got chirpwx running I tried to clone my UV5R and got "ERROR: Failed to clone: Failed to communicate with radio: can't concat str to bytes", but there's no stack trace or anything to tell me where the error is occurring and "Failed to communicate with radio" occurs in many modules.
It's sad to such a good piece of software fall into such disarray. It's not in the default debian, ubuntu, or fedora repos anymore, nor do the installation instructions on the website work.
Are patches welcome for the py3 branch? I can try to dig into why the cloning is crashing. I see https://chirp.danplanet.com/issues/495 but I don't know if I'll be duplicating work of if I can help in any other way.
Jim
On Sun, Jun 14, 2020 at 9:06 PM Angus Ainslie angus@akkea.ca wrote:
Hi Pat,
I've been using the py3 branch on 20.04
Angus
On 2020-06-14 17:58, Nigel A. Gunn G8IFF/W8IFF wrote:
I've got V2, V2.7, V3 and V3.7 installed and not aware of any switching mechanism.
On 14 June 2020 at 19:00 Pat Anderson anderson5420@gmail.com wrote:
I don't believe Ubuntu 20.04 automatically chooses the correct pythom version, otherwise this tutorial [1] using the update-alternatives command would be superfluous.
On Sun, Jun 14, 2020 at 3:32 PM Nigel A. Gunn G8IFF/W8IFF < nigel@ngunn.net> wrote:
On 14 June 2020 at 15:57 Pat Anderson < anderson5420@gmail.com> wrote:
The PPA you need to add to get CHIRP is NOT an Ubuntu repository, it is Dan Smith's repository:
sudo apt-add-repository ppa:dansmith/chirp-snapshots sudo apt-get update sudo apt-get install chirp-daily
And point it to xenial in your /etc/apt/sources.list file
The problem you will run into is that CHIRP requires Python 2.7, and Ubuntuy 20.04 only comes with Python 3 by default.
You can download and install Python 2.7 in Ubuntu 20.04, but then you need to figure out how to switch between Python versions.
Not an issue. Ubuntu will sort it automatically.
Hi
I'm trying to install Chirp on ubuntu 20.04. I've added the PPA and updated my repos, but chirp is still unavailable.
I tried changing the repo from "focal main" to "bionic main" just to
see if it works, but that results in unresolvable dependencies.
It looks like no .deb file is available for AMD64.
http://ppa.launchpad.net/dansmith/chirp-snapshots/ubuntu/pool/main/c/chirp-d...
Any help would be appreciated. Thanks.
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Pat Anderson at anderson5420@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Nigel Gunn, W8IFF at nigel@ngunn.net To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1 937 825 5032 Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.net www http://www.ngunn.net
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Pat Anderson at anderson5420@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Nigel Gunn, W8IFF at nigel@ngunn.net To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1 937 825 5032 Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.net www http://www.ngunn.net
Links:
[1] https://linuxconfig.org/ubuntu-20-04-python-version-switch-manager _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Angus Ainslie at angus@akkea.ca To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
_______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Jim K at jim@jimkeener.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
--------------------------------------------------------------------------------
_______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Glenn at glennervin@cableone.net To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
I use Xenial.
On 27 July 2020 at 14:49 Glenn K0LNY glennervin@cableone.net wrote:
Is Ubuntu 16.4 the latest that works well with Chirp? I may stick with that if there are problems with Chirp and the OSs that use Python 3. Glenn ----- Original Message ----- From: James Keener mailto:jim@jimkeener.com To: Discussion of CHIRP mailto:chirp_users@intrepid.danplanet.com Sent: Monday, July 27, 2020 1:35 PM Subject: Re: [chirp_users] Ubuntu 20.04: no installation candidate I've been trying to get the py3 branch to work, but it seems to not be stable, as there are still many syntax errors. Once I got chirpwx running I tried to clone my UV5R and got "ERROR: Failed to clone: Failed to communicate with radio: can't concat str to bytes", but there's no stack trace or anything to tell me where the error is occurring and "Failed to communicate with radio" occurs in many modules. It's sad to such a good piece of software fall into such disarray. It's not in the default debian, ubuntu, or fedora repos anymore, nor do the installation instructions on the website work. Are patches welcome for the py3 branch? I can try to dig into why the cloning is crashing. I see https://chirp.danplanet.com/issues/495 but I don't know if I'll be duplicating work of if I can help in any other way. Jim On Sun, Jun 14, 2020 at 9:06 PM Angus Ainslie < angus@akkea.ca mailto:angus@akkea.ca > wrote: > > Hi Pat,
I've been using the py3 branch on 20.04 Angus On 2020-06-14 17:58, Nigel A. Gunn G8IFF/W8IFF wrote: > I've got V2, V2.7, V3 and V3.7 installed and not aware of any > switching mechanism. > >> On 14 June 2020 at 19:00 Pat Anderson < anderson5420@gmail.com mailto:anderson5420@gmail.com > >> wrote: >> >> I don't believe Ubuntu 20.04 automatically chooses the correct >> pythom version, otherwise this tutorial [1] using the >> update-alternatives command would be superfluous. >> >> On Sun, Jun 14, 2020 at 3:32 PM Nigel A. Gunn G8IFF/W8IFF < >> nigel@ngunn.net mailto:nigel@ngunn.net > wrote: >> >> On 14 June 2020 at 15:57 Pat Anderson < anderson5420@gmail.com mailto:anderson5420@gmail.com > >> wrote: >> >> The PPA you need to add to get CHIRP is NOT an Ubuntu repository, >> it is Dan Smith's repository: >> >> sudo apt-add-repository ppa:dansmith/chirp-snapshots >> sudo apt-get update >> sudo apt-get install chirp-daily >> >> And point it to xenial in your /etc/apt/sources.list file >> >> The problem you will run into is that CHIRP requires Python 2.7, >> and Ubuntuy 20.04 only comes with Python 3 by default. >> >> You can download and install Python 2.7 in Ubuntu 20.04, but then >> you need to figure out how to switch between Python versions. >> >> Not an issue. Ubuntu will sort it automatically. >> >> Hi >> >> I'm trying to install Chirp on ubuntu 20.04. I've added the PPA and >> updated my repos, but chirp is still unavailable. >> >> I tried changing the repo from "focal main" to "bionic main" just to >> >> see if it works, but that results in unresolvable dependencies. >> >> It looks like no .deb file is available for AMD64. >> > http://ppa.launchpad.net/dansmith/chirp-snapshots/ubuntu/pool/main/c/chirp-daily/ >> >> >> Any help would be appreciated. >> Thanks. >> >> _______________________________________________ >> chirp_users mailing list >> chirp_users@intrepid.danplanet.com mailto:chirp_users@intrepid.danplanet.com >> http://intrepid.danplanet.com/mailman/listinfo/chirp_users >> This message was sent to Pat Anderson at anderson5420@gmail.com mailto:anderson5420@gmail.com >> To unsubscribe, send an email to >> chirp_users-unsubscribe@intrepid.danplanet.com mailto:chirp_users-unsubscribe@intrepid.danplanet.com >> _______________________________________________ chirp_users mailing >> list chirp_users@intrepid.danplanet.com mailto:chirp_users@intrepid.danplanet.com >> http://intrepid.danplanet.com/mailman/listinfo/chirp_users This >> message was sent to Nigel Gunn, W8IFF at nigel@ngunn.net mailto:nigel@ngunn.net To >> unsubscribe, send an email to >> chirp_users-unsubscribe@intrepid.danplanet.com mailto:chirp_users-unsubscribe@intrepid.danplanet.com > > Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1 937 825 5032 > Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.net mailto:nigel@ngunn.net www > http://www.ngunn.net > > _______________________________________________ > chirp_users mailing list > chirp_users@intrepid.danplanet.com mailto:chirp_users@intrepid.danplanet.com > http://intrepid.danplanet.com/mailman/listinfo/chirp_users > This message was sent to Pat Anderson at anderson5420@gmail.com mailto:anderson5420@gmail.com > To unsubscribe, send an email to > chirp_users-unsubscribe@intrepid.danplanet.com mailto:chirp_users-unsubscribe@intrepid.danplanet.com > _______________________________________________ chirp_users mailing > list chirp_users@intrepid.danplanet.com mailto:chirp_users@intrepid.danplanet.com > http://intrepid.danplanet.com/mailman/listinfo/chirp_users This > message was sent to Nigel Gunn, W8IFF at nigel@ngunn.net mailto:nigel@ngunn.net To > unsubscribe, send an email to > chirp_users-unsubscribe@intrepid.danplanet.com mailto:chirp_users-unsubscribe@intrepid.danplanet.com > > Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1 937 825 5032 > Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.net mailto:nigel@ngunn.net www > http://www.ngunn.net > > > > Links: > ------ > [1] https://linuxconfig.org/ubuntu-20-04-python-version-switch-manager > _______________________________________________ > chirp_users mailing list > chirp_users@intrepid.danplanet.com mailto:chirp_users@intrepid.danplanet.com > http://intrepid.danplanet.com/mailman/listinfo/chirp_users > This message was sent to Angus Ainslie at angus@akkea.ca mailto:angus@akkea.ca > To unsubscribe, send an email to > chirp_users-unsubscribe@intrepid.danplanet.com mailto:chirp_users-unsubscribe@intrepid.danplanet.com _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com mailto:chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Jim K at jim@jimkeener.com mailto:jim@jimkeener.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com mailto:chirp_users-unsubscribe@intrepid.danplanet.com >
--------------------------------------------- _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Glenn at glennervin@cableone.net To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Nigel Gunn, W8IFF at nigel@ngunn.net To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1 937 825 5032 Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.net www http://www.ngunn.net
I _think_ 19.10 has 2.7 installable (and installed by default), but I don't have a machine running that right now.
18.04 is the last LTS release with support. It's what I run on my other laptop.
Jim
On Mon, Jul 27, 2020 at 2:55 PM Glenn K0LNY glennervin@cableone.net wrote:
Is Ubuntu 16.4 the latest that works well with Chirp? I may stick with that if there are problems with Chirp and the OSs that use Python 3. Glenn ----- Original Message ----- *From:* James Keener jim@jimkeener.com *To:* Discussion of CHIRP chirp_users@intrepid.danplanet.com *Sent:* Monday, July 27, 2020 1:35 PM *Subject:* Re: [chirp_users] Ubuntu 20.04: no installation candidate
I've been trying to get the py3 branch to work, but it seems to not be stable, as there are still many syntax errors. Once I got chirpwx running I tried to clone my UV5R and got "ERROR: Failed to clone: Failed to communicate with radio: can't concat str to bytes", but there's no stack trace or anything to tell me where the error is occurring and "Failed to communicate with radio" occurs in many modules.
It's sad to such a good piece of software fall into such disarray. It's not in the default debian, ubuntu, or fedora repos anymore, nor do the installation instructions on the website work.
Are patches welcome for the py3 branch? I can try to dig into why the cloning is crashing. I see https://chirp.danplanet.com/issues/495 but I don't know if I'll be duplicating work of if I can help in any other way.
Jim
On Sun, Jun 14, 2020 at 9:06 PM Angus Ainslie angus@akkea.ca wrote:
Hi Pat,
I've been using the py3 branch on 20.04
Angus
On 2020-06-14 17:58, Nigel A. Gunn G8IFF/W8IFF wrote:
I've got V2, V2.7, V3 and V3.7 installed and not aware of any switching mechanism.
On 14 June 2020 at 19:00 Pat Anderson anderson5420@gmail.com wrote:
I don't believe Ubuntu 20.04 automatically chooses the correct pythom version, otherwise this tutorial [1] using the update-alternatives command would be superfluous.
On Sun, Jun 14, 2020 at 3:32 PM Nigel A. Gunn G8IFF/W8IFF < nigel@ngunn.net> wrote:
On 14 June 2020 at 15:57 Pat Anderson < anderson5420@gmail.com> wrote:
The PPA you need to add to get CHIRP is NOT an Ubuntu repository, it is Dan Smith's repository:
sudo apt-add-repository ppa:dansmith/chirp-snapshots sudo apt-get update sudo apt-get install chirp-daily
And point it to xenial in your /etc/apt/sources.list file
The problem you will run into is that CHIRP requires Python 2.7, and Ubuntuy 20.04 only comes with Python 3 by default.
You can download and install Python 2.7 in Ubuntu 20.04, but then you need to figure out how to switch between Python versions.
Not an issue. Ubuntu will sort it automatically.
Hi
I'm trying to install Chirp on ubuntu 20.04. I've added the PPA and updated my repos, but chirp is still unavailable.
I tried changing the repo from "focal main" to "bionic main" just to
see if it works, but that results in unresolvable dependencies.
It looks like no .deb file is available for AMD64.
http://ppa.launchpad.net/dansmith/chirp-snapshots/ubuntu/pool/main/c/chirp-d...
Any help would be appreciated. Thanks.
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Pat Anderson at anderson5420@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Nigel Gunn, W8IFF at nigel@ngunn.net To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1 937 825 5032 Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.net www http://www.ngunn.net
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Pat Anderson at anderson5420@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Nigel Gunn, W8IFF at nigel@ngunn.net To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1 937 825 5032 Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.net www http://www.ngunn.net
Links:
[1] https://linuxconfig.org/ubuntu-20-04-python-version-switch-manager _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Angus Ainslie at angus@akkea.ca To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Jim K at jim@jimkeener.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Glenn at glennervin@cableone.net To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Jim K at jim@jimkeener.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
Jim;
You don't need to download Python 2.7 from the Python WEB page, or download the flatpak. Its in Focals,(20.04)Repositories.
These are all terminal commands, don't use the quotes.
"sudo apt install python2" will install 2.7
"ls -ls /usr/bin/python*" will list your versions of python installed. In my case 2.7 and 3.8
Ken
On 7/27/20 1:59 PM, James Keener wrote:
I _think_ 19.10 has 2.7 installable (and installed by default), but I don't have a machine running that right now.
18.04 is the last LTS release with support. It's what I run on my other laptop.
Jim
On Mon, Jul 27, 2020 at 2:55 PM Glenn K0LNY <glennervin@cableone.net mailto:glennervin@cableone.net> wrote:
Is Ubuntu 16.4 the latest that works well with Chirp? I may stick with that if there are problems with Chirp and the OSs that use Python 3. Glenn ----- Original Message ----- *From:* James Keener <mailto:jim@jimkeener.com> *To:* Discussion of CHIRP <mailto:chirp_users@intrepid.danplanet.com> *Sent:* Monday, July 27, 2020 1:35 PM *Subject:* Re: [chirp_users] Ubuntu 20.04: no installation candidate I've been trying to get the py3 branch to work, but it seems to not be stable, as there are still many syntax errors. Once I got chirpwx running I tried to clone my UV5R and got "ERROR: Failed to clone: Failed to communicate with radio: can't concat str to bytes", but there's no stack trace or anything to tell me where the error is occurring and "Failed to communicate with radio" occurs in many modules. It's sad to such a good piece of software fall into such disarray. It's not in the default debian, ubuntu, or fedora repos anymore, nor do the installation instructions on the website work. Are patches welcome for the py3 branch? I can try to dig into why the cloning is crashing. I see https://chirp.danplanet.com/issues/495 but I don't know if I'll be duplicating work of if I can help in any other way. Jim On Sun, Jun 14, 2020 at 9:06 PM Angus Ainslie <angus@akkea.ca <mailto:angus@akkea.ca>> wrote: Hi Pat, I've been using the py3 branch on 20.04 Angus On 2020-06-14 17:58, Nigel A. Gunn G8IFF/W8IFF wrote: > I've got V2, V2.7, V3 and V3.7 installed and not aware of any > switching mechanism. > >> On 14 June 2020 at 19:00 Pat Anderson <anderson5420@gmail.com <mailto:anderson5420@gmail.com>> >> wrote: >> >> I don't believe Ubuntu 20.04 automatically chooses the correct >> pythom version, otherwise this tutorial [1] using the >> update-alternatives command would be superfluous. >> >> On Sun, Jun 14, 2020 at 3:32 PM Nigel A. Gunn G8IFF/W8IFF < >> nigel@ngunn.net <mailto:nigel@ngunn.net>> wrote: >> >> On 14 June 2020 at 15:57 Pat Anderson < anderson5420@gmail.com <mailto:anderson5420@gmail.com>> >> wrote: >> >> The PPA you need to add to get CHIRP is NOT an Ubuntu repository, >> it is Dan Smith's repository: >> >> sudo apt-add-repository ppa:dansmith/chirp-snapshots >> sudo apt-get update >> sudo apt-get install chirp-daily >> >> And point it to xenial in your /etc/apt/sources.list file >> >> The problem you will run into is that CHIRP requires Python 2.7, >> and Ubuntuy 20.04 only comes with Python 3 by default. >> >> You can download and install Python 2.7 in Ubuntu 20.04, but then >> you need to figure out how to switch between Python versions. >> >> Not an issue. Ubuntu will sort it automatically. >> >> Hi >> >> I'm trying to install Chirp on ubuntu 20.04. I've added the PPA and >> updated my repos, but chirp is still unavailable. >> >> I tried changing the repo from "focal main" to "bionic main" just to >> >> see if it works, but that results in unresolvable dependencies. >> >> It looks like no .deb file is available for AMD64. >> > http://ppa.launchpad.net/dansmith/chirp-snapshots/ubuntu/pool/main/c/chirp-daily/ >> >> >> Any help would be appreciated. >> Thanks. >> >> _______________________________________________ >> chirp_users mailing list >> chirp_users@intrepid.danplanet.com <mailto:chirp_users@intrepid.danplanet.com> >> http://intrepid.danplanet.com/mailman/listinfo/chirp_users >> This message was sent to Pat Anderson at anderson5420@gmail.com <mailto:anderson5420@gmail.com> >> To unsubscribe, send an email to >> chirp_users-unsubscribe@intrepid.danplanet.com <mailto:chirp_users-unsubscribe@intrepid.danplanet.com> >> _______________________________________________ chirp_users mailing >> list chirp_users@intrepid.danplanet.com <mailto:chirp_users@intrepid.danplanet.com> >> http://intrepid.danplanet.com/mailman/listinfo/chirp_users This >> message was sent to Nigel Gunn, W8IFF at nigel@ngunn.net <mailto:nigel@ngunn.net> To >> unsubscribe, send an email to >> chirp_users-unsubscribe@intrepid.danplanet.com <mailto:chirp_users-unsubscribe@intrepid.danplanet.com> > > Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1 937 825 5032 > Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.net <mailto:nigel@ngunn.net> www > http://www.ngunn.net > > _______________________________________________ > chirp_users mailing list > chirp_users@intrepid.danplanet.com <mailto:chirp_users@intrepid.danplanet.com> > http://intrepid.danplanet.com/mailman/listinfo/chirp_users > This message was sent to Pat Anderson at anderson5420@gmail.com <mailto:anderson5420@gmail.com> > To unsubscribe, send an email to > chirp_users-unsubscribe@intrepid.danplanet.com <mailto:chirp_users-unsubscribe@intrepid.danplanet.com> > _______________________________________________ chirp_users mailing > list chirp_users@intrepid.danplanet.com <mailto:chirp_users@intrepid.danplanet.com> > http://intrepid.danplanet.com/mailman/listinfo/chirp_users This > message was sent to Nigel Gunn, W8IFF at nigel@ngunn.net <mailto:nigel@ngunn.net> To > unsubscribe, send an email to > chirp_users-unsubscribe@intrepid.danplanet.com <mailto:chirp_users-unsubscribe@intrepid.danplanet.com> > > Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1 937 825 5032 > Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.net <mailto:nigel@ngunn.net> www > http://www.ngunn.net > > > > Links: > ------ > [1] https://linuxconfig.org/ubuntu-20-04-python-version-switch-manager > _______________________________________________ > chirp_users mailing list > chirp_users@intrepid.danplanet.com <mailto:chirp_users@intrepid.danplanet.com> > http://intrepid.danplanet.com/mailman/listinfo/chirp_users > This message was sent to Angus Ainslie at angus@akkea.ca <mailto:angus@akkea.ca> > To unsubscribe, send an email to > chirp_users-unsubscribe@intrepid.danplanet.com <mailto:chirp_users-unsubscribe@intrepid.danplanet.com> _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com <mailto:chirp_users@intrepid.danplanet.com> http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Jim K at jim@jimkeener.com <mailto:jim@jimkeener.com> To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com <mailto:chirp_users-unsubscribe@intrepid.danplanet.com> ------------------------------------------------------------------------ _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com <mailto:chirp_users@intrepid.danplanet.com> http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Glenn at glennervin@cableone.net <mailto:glennervin@cableone.net> To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com <mailto:chirp_users-unsubscribe@intrepid.danplanet.com> _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com <mailto:chirp_users@intrepid.danplanet.com> http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Jim K at jim@jimkeener.com <mailto:jim@jimkeener.com> To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com <mailto:chirp_users-unsubscribe@intrepid.danplanet.com>
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Ken at wa0sbu@kslimmer.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
Nothing has fallen into disaray. If YOU install Py2, available from the python.org website, and the 4 dependencies it needs, all will work.
The proceedure for that has been published in detail both here and on the Chirp Facebook group several times.
On 27 July 2020 at 14:35 James Keener jim@jimkeener.com wrote:
I've been trying to get the py3 branch to work, but it seems to not be stable, as there are still many syntax errors. Once I got chirpwx running I tried to clone my UV5R and got "ERROR: Failed to clone: Failed to communicate with radio: can't concat str to bytes", but there's no stack trace or anything to tell me where the error is occurring and "Failed to communicate with radio" occurs in many modules. It's sad to such a good piece of software fall into such disarray. It's not in the default debian, ubuntu, or fedora repos anymore, nor do the installation instructions on the website work. Are patches welcome for the py3 branch? I can try to dig into why the cloning is crashing. I see https://chirp.danplanet.com/issues/495 but I don't know if I'll be duplicating work of if I can help in any other way. Jim On Sun, Jun 14, 2020 at 9:06 PM Angus Ainslie < angus@akkea.ca mailto:angus@akkea.ca > wrote: > > Hi Pat,
I've been using the py3 branch on 20.04 Angus On 2020-06-14 17:58, Nigel A. Gunn G8IFF/W8IFF wrote: > I've got V2, V2.7, V3 and V3.7 installed and not aware of any > switching mechanism. > >> On 14 June 2020 at 19:00 Pat Anderson < anderson5420@gmail.com mailto:anderson5420@gmail.com > >> wrote: >> >> I don't believe Ubuntu 20.04 automatically chooses the correct >> pythom version, otherwise this tutorial [1] using the >> update-alternatives command would be superfluous. >> >> On Sun, Jun 14, 2020 at 3:32 PM Nigel A. Gunn G8IFF/W8IFF < >> nigel@ngunn.net mailto:nigel@ngunn.net > wrote: >> >> On 14 June 2020 at 15:57 Pat Anderson < anderson5420@gmail.com mailto:anderson5420@gmail.com > >> wrote: >> >> The PPA you need to add to get CHIRP is NOT an Ubuntu repository, >> it is Dan Smith's repository: >> >> sudo apt-add-repository ppa:dansmith/chirp-snapshots >> sudo apt-get update >> sudo apt-get install chirp-daily >> >> And point it to xenial in your /etc/apt/sources.list file >> >> The problem you will run into is that CHIRP requires Python 2.7, >> and Ubuntuy 20.04 only comes with Python 3 by default. >> >> You can download and install Python 2.7 in Ubuntu 20.04, but then >> you need to figure out how to switch between Python versions. >> >> Not an issue. Ubuntu will sort it automatically. >> >> Hi >> >> I'm trying to install Chirp on ubuntu 20.04. I've added the PPA and >> updated my repos, but chirp is still unavailable. >> >> I tried changing the repo from "focal main" to "bionic main" just to >> >> see if it works, but that results in unresolvable dependencies. >> >> It looks like no .deb file is available for AMD64. >> > http://ppa.launchpad.net/dansmith/chirp-snapshots/ubuntu/pool/main/c/chirp-daily/ >> >> >> Any help would be appreciated. >> Thanks. >> >> _______________________________________________ >> chirp_users mailing list >> chirp_users@intrepid.danplanet.com mailto:chirp_users@intrepid.danplanet.com >> http://intrepid.danplanet.com/mailman/listinfo/chirp_users >> This message was sent to Pat Anderson at anderson5420@gmail.com mailto:anderson5420@gmail.com >> To unsubscribe, send an email to >> chirp_users-unsubscribe@intrepid.danplanet.com mailto:chirp_users-unsubscribe@intrepid.danplanet.com >> _______________________________________________ chirp_users mailing >> list chirp_users@intrepid.danplanet.com mailto:chirp_users@intrepid.danplanet.com >> http://intrepid.danplanet.com/mailman/listinfo/chirp_users This >> message was sent to Nigel Gunn, W8IFF at nigel@ngunn.net mailto:nigel@ngunn.net To >> unsubscribe, send an email to >> chirp_users-unsubscribe@intrepid.danplanet.com mailto:chirp_users-unsubscribe@intrepid.danplanet.com > > Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1 937 825 5032 > Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.net mailto:nigel@ngunn.net www > http://www.ngunn.net > > _______________________________________________ > chirp_users mailing list > chirp_users@intrepid.danplanet.com mailto:chirp_users@intrepid.danplanet.com > http://intrepid.danplanet.com/mailman/listinfo/chirp_users > This message was sent to Pat Anderson at anderson5420@gmail.com mailto:anderson5420@gmail.com > To unsubscribe, send an email to > chirp_users-unsubscribe@intrepid.danplanet.com mailto:chirp_users-unsubscribe@intrepid.danplanet.com > _______________________________________________ chirp_users mailing > list chirp_users@intrepid.danplanet.com mailto:chirp_users@intrepid.danplanet.com > http://intrepid.danplanet.com/mailman/listinfo/chirp_users This > message was sent to Nigel Gunn, W8IFF at nigel@ngunn.net mailto:nigel@ngunn.net To > unsubscribe, send an email to > chirp_users-unsubscribe@intrepid.danplanet.com mailto:chirp_users-unsubscribe@intrepid.danplanet.com > > Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1 937 825 5032 > Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.net mailto:nigel@ngunn.net www > http://www.ngunn.net > > > > Links: > ------ > [1] https://linuxconfig.org/ubuntu-20-04-python-version-switch-manager > _______________________________________________ > chirp_users mailing list > chirp_users@intrepid.danplanet.com mailto:chirp_users@intrepid.danplanet.com > http://intrepid.danplanet.com/mailman/listinfo/chirp_users > This message was sent to Angus Ainslie at angus@akkea.ca mailto:angus@akkea.ca > To unsubscribe, send an email to > chirp_users-unsubscribe@intrepid.danplanet.com mailto:chirp_users-unsubscribe@intrepid.danplanet.com _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com mailto:chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Jim K at jim@jimkeener.com mailto:jim@jimkeener.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com mailto:chirp_users-unsubscribe@intrepid.danplanet.com > _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Nigel Gunn, W8IFF at nigel@ngunn.net To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1 937 825 5032 Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.net www http://www.ngunn.net
Python 2.7 is now past EOL and will receive no further updates.
On Mon, Jul 27, 2020 at 2:59 PM Nigel A. Gunn G8IFF/W8IFF nigel@ngunn.net wrote:
Nothing has fallen into disaray. If YOU install Py2, available from the python.org website, and the 4 dependencies it needs, all will work.
The proceedure for that has been published in detail both here and on the Chirp Facebook group several times.
On 27 July 2020 at 14:35 James Keener jim@jimkeener.com wrote:
I've been trying to get the py3 branch to work, but it seems to not be stable, as there are still many syntax errors. Once I got chirpwx running I tried to clone my UV5R and got "ERROR: Failed to clone: Failed to communicate with radio: can't concat str to bytes", but there's no stack trace or anything to tell me where the error is occurring and "Failed to communicate with radio" occurs in many modules.
It's sad to such a good piece of software fall into such disarray. It's not in the default debian, ubuntu, or fedora repos anymore, nor do the installation instructions on the website work.
Are patches welcome for the py3 branch? I can try to dig into why the cloning is crashing. I see https://chirp.danplanet.com/issues/495 but I don't know if I'll be duplicating work of if I can help in any other way.
Jim
On Sun, Jun 14, 2020 at 9:06 PM Angus Ainslie < angus@akkea.ca> wrote:
Hi Pat,
I've been using the py3 branch on 20.04
Angus
On 2020-06-14 17:58, Nigel A. Gunn G8IFF/W8IFF wrote:
I've got V2, V2.7, V3 and V3.7 installed and not aware of any switching mechanism.
On 14 June 2020 at 19:00 Pat Anderson < anderson5420@gmail.com> wrote:
I don't believe Ubuntu 20.04 automatically chooses the correct pythom version, otherwise this tutorial [1] using the update-alternatives command would be superfluous.
On Sun, Jun 14, 2020 at 3:32 PM Nigel A. Gunn G8IFF/W8IFF < nigel@ngunn.net> wrote:
On 14 June 2020 at 15:57 Pat Anderson < anderson5420@gmail.com> wrote:
The PPA you need to add to get CHIRP is NOT an Ubuntu repository, it is Dan Smith's repository:
sudo apt-add-repository ppa:dansmith/chirp-snapshots sudo apt-get update sudo apt-get install chirp-daily
And point it to xenial in your /etc/apt/sources.list file
The problem you will run into is that CHIRP requires Python 2.7, and Ubuntuy 20.04 only comes with Python 3 by default.
You can download and install Python 2.7 in Ubuntu 20.04, but then you need to figure out how to switch between Python versions.
Not an issue. Ubuntu will sort it automatically.
Hi
I'm trying to install Chirp on ubuntu 20.04. I've added the PPA and updated my repos, but chirp is still unavailable.
I tried changing the repo from "focal main" to "bionic main" just to
see if it works, but that results in unresolvable dependencies.
It looks like no .deb file is available for AMD64.
http://ppa.launchpad.net/dansmith/chirp-snapshots/ubuntu/pool/main/c/chirp-d...
Any help would be appreciated. Thanks.
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Pat Anderson at anderson5420@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Nigel Gunn, W8IFF at nigel@ngunn.net To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1 937 825 5032 Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.net www http://www.ngunn.net
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Pat Anderson at anderson5420@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Nigel Gunn, W8IFF at nigel@ngunn.net To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1 937 825 5032 Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.net www http://www.ngunn.net
Links:
[1] https://linuxconfig.org/ubuntu-20-04-python-version-switch-manager _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Angus Ainslie at angus@akkea.ca To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Jim K at jim@jimkeener.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
_______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Nigel Gunn, W8IFF at nigel@ngunn.net To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1 937 825 5032 Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.net www http://www.ngunn.net
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Jim K at jim@jimkeener.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
Who cares? Why do you need updates for something that isn't broken.
On 27 July 2020 at 15:02 James Keener jim@jimkeener.com wrote:
Python 2.7 is now past EOL and will receive no further updates. On Mon, Jul 27, 2020 at 2:59 PM Nigel A. Gunn G8IFF/W8IFF < nigel@ngunn.net mailto:nigel@ngunn.net > wrote: > > Nothing has fallen into disaray.
If YOU install Py2, available from thehttp://python.org website, and the 4 dependencies it needs, all will work. The proceedure for that has been published in detail both here and on the Chirp Facebook group several times. > > > On 27 July 2020 at 14:35 James Keener < jim@jimkeener.com mailto:jim@jimkeener.com > wrote:
I've been trying to get the py3 branch to work, but it seems to not be stable, as there are still many syntax errors. Once I got chirpwx running I tried to clone my UV5R and got "ERROR: Failed to clone: Failed to communicate with radio: can't concat str to bytes", but there's no stack trace or anything to tell me where the error is occurring and "Failed to communicate with radio" occurs in many modules. It's sad to such a good piece of software fall into such disarray. It's not in the default debian, ubuntu, or fedora repos anymore, nor do the installation instructions on the website work. Are patches welcome for the py3 branch? I can try to dig into why the cloning is crashing. I see https://chirp.danplanet.com/issues/495 but I don't know if I'll be duplicating work of if I can help in any other way. Jim On Sun, Jun 14, 2020 at 9:06 PM Angus Ainslie < angus@akkea.ca mailto:angus@akkea.ca > wrote: > > > > Hi Pat,
I've been using the py3 branch on 20.04 Angus On 2020-06-14 17:58, Nigel A. Gunn G8IFF/W8IFF wrote: > I've got V2, V2.7, V3 and V3.7 installed and not aware of any > switching mechanism. > >> On 14 June 2020 at 19:00 Pat Anderson < anderson5420@gmail.com mailto:anderson5420@gmail.com > >> wrote: >> >> I don't believe Ubuntu 20.04 automatically chooses the correct >> pythom version, otherwise this tutorial [1] using the >> update-alternatives command would be superfluous. >> >> On Sun, Jun 14, 2020 at 3:32 PM Nigel A. Gunn G8IFF/W8IFF < >> nigel@ngunn.net mailto:nigel@ngunn.net > wrote: >> >> On 14 June 2020 at 15:57 Pat Anderson < anderson5420@gmail.com mailto:anderson5420@gmail.com > >> wrote: >> >> The PPA you need to add to get CHIRP is NOT an Ubuntu repository, >> it is Dan Smith's repository: >> >> sudo apt-add-repository ppa:dansmith/chirp-snapshots >> sudo apt-get update >> sudo apt-get install chirp-daily >> >> And point it to xenial in your /etc/apt/sources.list file >> >> The problem you will run into is that CHIRP requires Python 2.7, >> and Ubuntuy 20.04 only comes with Python 3 by default. >> >> You can download and install Python 2.7 in Ubuntu 20.04, but then >> you need to figure out how to switch between Python versions. >> >> Not an issue. Ubuntu will sort it automatically. >> >> Hi >> >> I'm trying to install Chirp on ubuntu 20.04. I've added the PPA and >> updated my repos, but chirp is still unavailable. >> >> I tried changing the repo from "focal main" to "bionic main" just to >> >> see if it works, but that results in unresolvable dependencies. >> >> It looks like no .deb file is available for AMD64. >> > http://ppa.launchpad.net/dansmith/chirp-snapshots/ubuntu/pool/main/c/chirp-daily/ >> >> >> Any help would be appreciated. >> Thanks. >> >> _______________________________________________ >> chirp_users mailing list >> chirp_users@intrepid.danplanet.com mailto:chirp_users@intrepid.danplanet.com >> http://intrepid.danplanet.com/mailman/listinfo/chirp_users >> This message was sent to Pat Anderson at anderson5420@gmail.com mailto:anderson5420@gmail.com >> To unsubscribe, send an email to >> chirp_users-unsubscribe@intrepid.danplanet.com mailto:chirp_users-unsubscribe@intrepid.danplanet.com >> _______________________________________________ chirp_users mailing >> list chirp_users@intrepid.danplanet.com mailto:chirp_users@intrepid.danplanet.com >> http://intrepid.danplanet.com/mailman/listinfo/chirp_users This >> message was sent to Nigel Gunn, W8IFF at nigel@ngunn.net mailto:nigel@ngunn.net To >> unsubscribe, send an email to >> chirp_users-unsubscribe@intrepid.danplanet.com mailto:chirp_users-unsubscribe@intrepid.danplanet.com > > Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1 937 825 5032 > Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.net mailto:nigel@ngunn.net www > http://www.ngunn.net > > _______________________________________________ > chirp_users mailing list > chirp_users@intrepid.danplanet.com mailto:chirp_users@intrepid.danplanet.com > http://intrepid.danplanet.com/mailman/listinfo/chirp_users > This message was sent to Pat Anderson at anderson5420@gmail.com mailto:anderson5420@gmail.com > To unsubscribe, send an email to > chirp_users-unsubscribe@intrepid.danplanet.com mailto:chirp_users-unsubscribe@intrepid.danplanet.com > _______________________________________________ chirp_users mailing > list chirp_users@intrepid.danplanet.com mailto:chirp_users@intrepid.danplanet.com > http://intrepid.danplanet.com/mailman/listinfo/chirp_users This > message was sent to Nigel Gunn, W8IFF at nigel@ngunn.net mailto:nigel@ngunn.net To > unsubscribe, send an email to > chirp_users-unsubscribe@intrepid.danplanet.com mailto:chirp_users-unsubscribe@intrepid.danplanet.com > > Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1 937 825 5032 > Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.net mailto:nigel@ngunn.net www > http://www.ngunn.net > > > > Links: > ------ > [1] https://linuxconfig.org/ubuntu-20-04-python-version-switch-manager > _______________________________________________ > chirp_users mailing list > chirp_users@intrepid.danplanet.com mailto:chirp_users@intrepid.danplanet.com > http://intrepid.danplanet.com/mailman/listinfo/chirp_users > This message was sent to Angus Ainslie at angus@akkea.ca mailto:angus@akkea.ca > To unsubscribe, send an email to > chirp_users-unsubscribe@intrepid.danplanet.com mailto:chirp_users-unsubscribe@intrepid.danplanet.com _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com mailto:chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Jim K at jim@jimkeener.com mailto:jim@jimkeener.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com mailto:chirp_users-unsubscribe@intrepid.danplanet.com > > > _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com mailto:chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Nigel Gunn, W8IFF at nigel@ngunn.net mailto:nigel@ngunn.net To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com mailto:chirp_users-unsubscribe@intrepid.danplanet.com
> >
Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1 937 825 5032 Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.net mailto:nigel@ngunn.net www http://www.ngunn.net _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com mailto:chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Jim K at jim@jimkeener.com mailto:jim@jimkeener.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com mailto:chirp_users-unsubscribe@intrepid.danplanet.com > _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Nigel Gunn, W8IFF at nigel@ngunn.net To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1 937 825 5032 Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.net www http://www.ngunn.net
The further out of sync things become with what is "supported", the greater the chance of security issues arising and the greater the chance that things will become harder and harder to get working.
At what point will we go from "install it from the python website" to "you need to grab the old source repo and compile it, but you also need old versions of glibc, &c which you also need to compile"? The harder something is to install, the less likely it'll be to be used.
Jim
On Mon, Jul 27, 2020 at 3:20 PM Nigel A. Gunn G8IFF/W8IFF nigel@ngunn.net wrote:
Who cares? Why do you need updates for something that isn't broken.
On 27 July 2020 at 15:02 James Keener jim@jimkeener.com wrote:
Python 2.7 is now past EOL and will receive no further updates.
On Mon, Jul 27, 2020 at 2:59 PM Nigel A. Gunn G8IFF/W8IFF < nigel@ngunn.net> wrote:
Nothing has fallen into disaray. If YOU install Py2, available from the python.org website, and the 4 dependencies it needs, all will work.
The proceedure for that has been published in detail both here and on the Chirp Facebook group several times.
On 27 July 2020 at 14:35 James Keener < jim@jimkeener.com> wrote:
I've been trying to get the py3 branch to work, but it seems to not be stable, as there are still many syntax errors. Once I got chirpwx running I tried to clone my UV5R and got "ERROR: Failed to clone: Failed to communicate with radio: can't concat str to bytes", but there's no stack trace or anything to tell me where the error is occurring and "Failed to communicate with radio" occurs in many modules.
It's sad to such a good piece of software fall into such disarray. It's not in the default debian, ubuntu, or fedora repos anymore, nor do the installation instructions on the website work.
Are patches welcome for the py3 branch? I can try to dig into why the cloning is crashing. I see https://chirp.danplanet.com/issues/495 but I don't know if I'll be duplicating work of if I can help in any other way.
Jim
On Sun, Jun 14, 2020 at 9:06 PM Angus Ainslie < angus@akkea.ca> wrote:
Hi Pat,
I've been using the py3 branch on 20.04
Angus
On 2020-06-14 17:58, Nigel A. Gunn G8IFF/W8IFF wrote:
I've got V2, V2.7, V3 and V3.7 installed and not aware of any switching mechanism.
On 14 June 2020 at 19:00 Pat Anderson < anderson5420@gmail.com> wrote:
I don't believe Ubuntu 20.04 automatically chooses the correct pythom version, otherwise this tutorial [1] using the update-alternatives command would be superfluous.
On Sun, Jun 14, 2020 at 3:32 PM Nigel A. Gunn G8IFF/W8IFF < nigel@ngunn.net> wrote:
On 14 June 2020 at 15:57 Pat Anderson < anderson5420@gmail.com> wrote:
The PPA you need to add to get CHIRP is NOT an Ubuntu repository, it is Dan Smith's repository:
sudo apt-add-repository ppa:dansmith/chirp-snapshots sudo apt-get update sudo apt-get install chirp-daily
And point it to xenial in your /etc/apt/sources.list file
The problem you will run into is that CHIRP requires Python 2.7, and Ubuntuy 20.04 only comes with Python 3 by default.
You can download and install Python 2.7 in Ubuntu 20.04, but then you need to figure out how to switch between Python versions.
Not an issue. Ubuntu will sort it automatically.
Hi
I'm trying to install Chirp on ubuntu 20.04. I've added the PPA and updated my repos, but chirp is still unavailable.
I tried changing the repo from "focal main" to "bionic main" just to
see if it works, but that results in unresolvable dependencies.
It looks like no .deb file is available for AMD64.
http://ppa.launchpad.net/dansmith/chirp-snapshots/ubuntu/pool/main/c/chirp-d...
Any help would be appreciated. Thanks.
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Pat Anderson at anderson5420@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Nigel Gunn, W8IFF at nigel@ngunn.net To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1 937 825 5032 Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.net www http://www.ngunn.net
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Pat Anderson at anderson5420@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Nigel Gunn, W8IFF at nigel@ngunn.net To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1 937 825 5032 Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.net www http://www.ngunn.net
Links:
[1] https://linuxconfig.org/ubuntu-20-04-python-version-switch-manager _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Angus Ainslie at angus@akkea.ca To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Jim K at jim@jimkeener.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
_______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Nigel Gunn, W8IFF at nigel@ngunn.net To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1 937 825 5032 Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.net www http://www.ngunn.net
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Jim K at jim@jimkeener.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
_______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Nigel Gunn, W8IFF at nigel@ngunn.net To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1 937 825 5032 Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.net www http://www.ngunn.net
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Jim K at jim@jimkeener.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
Hey Jim,
Dan was kind enough to also publish .flatpak file with each new release until we get over the hump of python2 and gtk2. You'll find the .flatpak file next to the Windows installer, Mac runtime and the source tarball.
As far as helping with the py3 branch, it would be best to join the chirp_devel email list and voice your availability there :) I know there are some drivers which will not load but can't help out much personally since I don't have many radio models to test with. Testing is probably by far the largest hurdle to get a stable version out as well as raw developer time.
Tony ________________________________ From: chirp_users-bounces@intrepid.danplanet.com chirp_users-bounces@intrepid.danplanet.com on behalf of James Keener jim@jimkeener.com Sent: Monday, July 27, 2020 2:34:01 PM To: Discussion of CHIRP chirp_users@intrepid.danplanet.com Subject: Re: [chirp_users] Ubuntu 20.04: no installation candidate
The further out of sync things become with what is "supported", the greater the chance of security issues arising and the greater the chance that things will become harder and harder to get working.
At what point will we go from "install it from the python website" to "you need to grab the old source repo and compile it, but you also need old versions of glibc, &c which you also need to compile"? The harder something is to install, the less likely it'll be to be used.
Jim
On Mon, Jul 27, 2020 at 3:20 PM Nigel A. Gunn G8IFF/W8IFF <nigel@ngunn.netmailto:nigel@ngunn.net> wrote: Who cares? Why do you need updates for something that isn't broken. On 27 July 2020 at 15:02 James Keener <jim@jimkeener.commailto:jim@jimkeener.com> wrote:
Python 2.7 is now past EOL and will receive no further updates.
On Mon, Jul 27, 2020 at 2:59 PM Nigel A. Gunn G8IFF/W8IFF < nigel@ngunn.netmailto:nigel@ngunn.net> wrote: Nothing has fallen into disaray. If YOU install Py2, available from the python.orghttp://python.org website, and the 4 dependencies it needs, all will work.
The proceedure for that has been published in detail both here and on the Chirp Facebook group several times.
On 27 July 2020 at 14:35 James Keener < jim@jimkeener.commailto:jim@jimkeener.com> wrote:
I've been trying to get the py3 branch to work, but it seems to not be stable, as there are still many syntax errors. Once I got chirpwx running I tried to clone my UV5R and got "ERROR: Failed to clone: Failed to communicate with radio: can't concat str to bytes", but there's no stack trace or anything to tell me where the error is occurring and "Failed to communicate with radio" occurs in many modules.
It's sad to such a good piece of software fall into such disarray. It's not in the default debian, ubuntu, or fedora repos anymore, nor do the installation instructions on the website work.
Are patches welcome for the py3 branch? I can try to dig into why the cloning is crashing. I see https://chirp.danplanet.com/issues/495 but I don't know if I'll be duplicating work of if I can help in any other way.
Jim
On Sun, Jun 14, 2020 at 9:06 PM Angus Ainslie < angus@akkea.camailto:angus@akkea.ca> wrote: Hi Pat,
I've been using the py3 branch on 20.04
Angus
On 2020-06-14 17:58, Nigel A. Gunn G8IFF/W8IFF wrote:
I've got V2, V2.7, V3 and V3.7 installed and not aware of any switching mechanism.
On 14 June 2020 at 19:00 Pat Anderson < anderson5420@gmail.commailto:anderson5420@gmail.com> wrote:
I don't believe Ubuntu 20.04 automatically chooses the correct pythom version, otherwise this tutorial [1] using the update-alternatives command would be superfluous.
On Sun, Jun 14, 2020 at 3:32 PM Nigel A. Gunn G8IFF/W8IFF < nigel@ngunn.netmailto:nigel@ngunn.net> wrote:
On 14 June 2020 at 15:57 Pat Anderson < anderson5420@gmail.commailto:anderson5420@gmail.com> wrote:
The PPA you need to add to get CHIRP is NOT an Ubuntu repository, it is Dan Smith's repository:
sudo apt-add-repository ppa:dansmith/chirp-snapshots sudo apt-get update sudo apt-get install chirp-daily
And point it to xenial in your /etc/apt/sources.list file
The problem you will run into is that CHIRP requires Python 2.7, and Ubuntuy 20.04 only comes with Python 3 by default.
You can download and install Python 2.7 in Ubuntu 20.04, but then you need to figure out how to switch between Python versions.
Not an issue. Ubuntu will sort it automatically.
Hi
I'm trying to install Chirp on ubuntu 20.04. I've added the PPA and updated my repos, but chirp is still unavailable.
I tried changing the repo from "focal main" to "bionic main" just to
see if it works, but that results in unresolvable dependencies.
It looks like no .deb file is available for AMD64.
http://ppa.launchpad.net/dansmith/chirp-snapshots/ubuntu/pool/main/c/chirp-d...
Any help would be appreciated. Thanks.
chirp_users mailing list chirp_users@intrepid.danplanet.commailto:chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Pat Anderson at anderson5420@gmail.commailto:anderson5420@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.commailto:chirp_users-unsubscribe@intrepid.danplanet.com _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.commailto:chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Nigel Gunn, W8IFF at nigel@ngunn.netmailto:nigel@ngunn.net To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.commailto:chirp_users-unsubscribe@intrepid.danplanet.com
Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1 937 825 5032 Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.netmailto:nigel@ngunn.net www http://www.ngunn.net
chirp_users mailing list chirp_users@intrepid.danplanet.commailto:chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Pat Anderson at anderson5420@gmail.commailto:anderson5420@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.commailto:chirp_users-unsubscribe@intrepid.danplanet.com _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.commailto:chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Nigel Gunn, W8IFF at nigel@ngunn.netmailto:nigel@ngunn.net To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.commailto:chirp_users-unsubscribe@intrepid.danplanet.com
Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1 937 825 5032 Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.netmailto:nigel@ngunn.net www http://www.ngunn.net
Links:
[1] https://linuxconfig.org/ubuntu-20-04-python-version-switch-manager _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.commailto:chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Angus Ainslie at angus@akkea.camailto:angus@akkea.ca To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.commailto:chirp_users-unsubscribe@intrepid.danplanet.com
_______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.commailto:chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Jim K at jim@jimkeener.commailto:jim@jimkeener.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.commailto:chirp_users-unsubscribe@intrepid.danplanet.com _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.commailto:chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Nigel Gunn, W8IFF at nigel@ngunn.netmailto:nigel@ngunn.net To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.commailto:chirp_users-unsubscribe@intrepid.danplanet.com
Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1 937 825 5032 Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.netmailto:nigel@ngunn.net www http://www.ngunn.net
_______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.commailto:chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Jim K at jim@jimkeener.commailto:jim@jimkeener.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.commailto:chirp_users-unsubscribe@intrepid.danplanet.com _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.commailto:chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Nigel Gunn, W8IFF at nigel@ngunn.netmailto:nigel@ngunn.net To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.commailto:chirp_users-unsubscribe@intrepid.danplanet.com
Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1 937 825 5032 Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.netmailto:nigel@ngunn.net www http://www.ngunn.net
_______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.commailto:chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Jim K at jim@jimkeener.commailto:jim@jimkeener.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.commailto:chirp_users-unsubscribe@intrepid.danplanet.com
Ah, thanks! I didn't think to hunt for the dev list.
I honestly don't mean to come as "ungrateful" or just "snotty". I realize some key dependencies weren't available in python3 and it seems to be the solution was to rewrite the UI, which isn't a trivial task. I can also only imagine how much byte-string conversion code is in chirp, which is one of the major pain points in the python 2 to 3 transition.
A sincere thank you to everyone involved in building and maintaining Chirp. Especially given that it's supporting undocumented protocols, it works like a champ!
Jim
On Mon, Jul 27, 2020 at 3:42 PM Tony Fuller goldstar611@hotmail.com wrote:
Hey Jim,
Dan was kind enough to also publish .flatpak file with each new release until we get over the hump of python2 and gtk2. You'll find the .flatpak file next to the Windows installer, Mac runtime and the source tarball.
As far as helping with the py3 branch, it would be best to join the chirp_devel email list and voice your availability there :) I know there are some drivers which will not load but can't help out much personally since I don't have many radio models to test with. Testing is probably by far the largest hurdle to get a stable version out as well as raw developer time.
Tony
*From:* chirp_users-bounces@intrepid.danplanet.com < chirp_users-bounces@intrepid.danplanet.com> on behalf of James Keener < jim@jimkeener.com> *Sent:* Monday, July 27, 2020 2:34:01 PM *To:* Discussion of CHIRP chirp_users@intrepid.danplanet.com *Subject:* Re: [chirp_users] Ubuntu 20.04: no installation candidate
The further out of sync things become with what is "supported", the greater the chance of security issues arising and the greater the chance that things will become harder and harder to get working.
At what point will we go from "install it from the python website" to "you need to grab the old source repo and compile it, but you also need old versions of glibc, &c which you also need to compile"? The harder something is to install, the less likely it'll be to be used.
Jim
On Mon, Jul 27, 2020 at 3:20 PM Nigel A. Gunn G8IFF/W8IFF nigel@ngunn.net wrote:
Who cares? Why do you need updates for something that isn't broken.
On 27 July 2020 at 15:02 James Keener jim@jimkeener.com wrote:
Python 2.7 is now past EOL and will receive no further updates.
On Mon, Jul 27, 2020 at 2:59 PM Nigel A. Gunn G8IFF/W8IFF < nigel@ngunn.net> wrote:
Nothing has fallen into disaray. If YOU install Py2, available from the python.org website, and the 4 dependencies it needs, all will work.
The proceedure for that has been published in detail both here and on the Chirp Facebook group several times.
On 27 July 2020 at 14:35 James Keener < jim@jimkeener.com> wrote:
I've been trying to get the py3 branch to work, but it seems to not be stable, as there are still many syntax errors. Once I got chirpwx running I tried to clone my UV5R and got "ERROR: Failed to clone: Failed to communicate with radio: can't concat str to bytes", but there's no stack trace or anything to tell me where the error is occurring and "Failed to communicate with radio" occurs in many modules.
It's sad to such a good piece of software fall into such disarray. It's not in the default debian, ubuntu, or fedora repos anymore, nor do the installation instructions on the website work.
Are patches welcome for the py3 branch? I can try to dig into why the cloning is crashing. I see https://chirp.danplanet.com/issues/495 but I don't know if I'll be duplicating work of if I can help in any other way.
Jim
On Sun, Jun 14, 2020 at 9:06 PM Angus Ainslie < angus@akkea.ca> wrote:
Hi Pat,
I've been using the py3 branch on 20.04
Angus
On 2020-06-14 17:58, Nigel A. Gunn G8IFF/W8IFF wrote:
I've got V2, V2.7, V3 and V3.7 installed and not aware of any switching mechanism.
On 14 June 2020 at 19:00 Pat Anderson < anderson5420@gmail.com> wrote:
I don't believe Ubuntu 20.04 automatically chooses the correct pythom version, otherwise this tutorial [1] using the update-alternatives command would be superfluous.
On Sun, Jun 14, 2020 at 3:32 PM Nigel A. Gunn G8IFF/W8IFF < nigel@ngunn.net> wrote:
On 14 June 2020 at 15:57 Pat Anderson < anderson5420@gmail.com> wrote:
The PPA you need to add to get CHIRP is NOT an Ubuntu repository, it is Dan Smith's repository:
sudo apt-add-repository ppa:dansmith/chirp-snapshots sudo apt-get update sudo apt-get install chirp-daily
And point it to xenial in your /etc/apt/sources.list file
The problem you will run into is that CHIRP requires Python 2.7, and Ubuntuy 20.04 only comes with Python 3 by default.
You can download and install Python 2.7 in Ubuntu 20.04, but then you need to figure out how to switch between Python versions.
Not an issue. Ubuntu will sort it automatically.
Hi
I'm trying to install Chirp on ubuntu 20.04. I've added the PPA and updated my repos, but chirp is still unavailable.
I tried changing the repo from "focal main" to "bionic main" just to
see if it works, but that results in unresolvable dependencies.
It looks like no .deb file is available for AMD64.
http://ppa.launchpad.net/dansmith/chirp-snapshots/ubuntu/pool/main/c/chirp-d...
Any help would be appreciated. Thanks.
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Pat Anderson at anderson5420@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Nigel Gunn, W8IFF at nigel@ngunn.net To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1 937 825 5032 Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.net www http://www.ngunn.net
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Pat Anderson at anderson5420@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Nigel Gunn, W8IFF at nigel@ngunn.net To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1 937 825 5032 Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.net www http://www.ngunn.net
Links:
[1] https://linuxconfig.org/ubuntu-20-04-python-version-switch-manager _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Angus Ainslie at angus@akkea.ca To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Jim K at jim@jimkeener.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
_______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Nigel Gunn, W8IFF at nigel@ngunn.net To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1 937 825 5032 Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.net www http://www.ngunn.net
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Jim K at jim@jimkeener.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
_______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Nigel Gunn, W8IFF at nigel@ngunn.net To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1 937 825 5032 Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.net www http://www.ngunn.net
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Jim K at jim@jimkeener.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Jim K at jim@jimkeener.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
Chirp is one of the main reasons I use Linux, so I'll stick with the latest Linux that installs and updates like before. So if Chirp does not go to Py3, I'll probably be using Ubuntu 18.4 for the next 10 years. Glenn
----- Original Message ----- From: James Keener To: Discussion of CHIRP Sent: Monday, July 27, 2020 2:34 PM Subject: Re: [chirp_users] Ubuntu 20.04: no installation candidate
The further out of sync things become with what is "supported", the greater the chance of security issues arising and the greater the chance that things will become harder and harder to get working.
At what point will we go from "install it from the python website" to "you need to grab the old source repo and compile it, but you also need old versions of glibc, &c which you also need to compile"? The harder something is to install, the less likely it'll be to be used.
Jim
On Mon, Jul 27, 2020 at 3:20 PM Nigel A. Gunn G8IFF/W8IFF nigel@ngunn.net wrote:
Who cares? Why do you need updates for something that isn't broken. On 27 July 2020 at 15:02 James Keener jim@jimkeener.com wrote:
Python 2.7 is now past EOL and will receive no further updates.
On Mon, Jul 27, 2020 at 2:59 PM Nigel A. Gunn G8IFF/W8IFF < nigel@ngunn.net> wrote:
Nothing has fallen into disaray. If YOU install Py2, available from the python.org website, and the 4 dependencies it needs, all will work.
The proceedure for that has been published in detail both here and on the Chirp Facebook group several times.
On 27 July 2020 at 14:35 James Keener < jim@jimkeener.com> wrote:
I've been trying to get the py3 branch to work, but it seems to not be stable, as there are still many syntax errors. Once I got chirpwx running I tried to clone my UV5R and got "ERROR: Failed to clone: Failed to communicate with radio: can't concat str to bytes", but there's no stack trace or anything to tell me where the error is occurring and "Failed to communicate with radio" occurs in many modules.
It's sad to such a good piece of software fall into such disarray. It's not in the default debian, ubuntu, or fedora repos anymore, nor do the installation instructions on the website work.
Are patches welcome for the py3 branch? I can try to dig into why the cloning is crashing. I see https://chirp.danplanet.com/issues/495 but I don't know if I'll be duplicating work of if I can help in any other way.
Jim
On Sun, Jun 14, 2020 at 9:06 PM Angus Ainslie < angus@akkea.ca> wrote:
Hi Pat,
I've been using the py3 branch on 20.04
Angus
On 2020-06-14 17:58, Nigel A. Gunn G8IFF/W8IFF wrote: > I've got V2, V2.7, V3 and V3.7 installed and not aware of any > switching mechanism. > >> On 14 June 2020 at 19:00 Pat Anderson < anderson5420@gmail.com> >> wrote: >> >> I don't believe Ubuntu 20.04 automatically chooses the correct >> pythom version, otherwise this tutorial [1] using the >> update-alternatives command would be superfluous. >> >> On Sun, Jun 14, 2020 at 3:32 PM Nigel A. Gunn G8IFF/W8IFF < >> nigel@ngunn.net> wrote: >> >> On 14 June 2020 at 15:57 Pat Anderson < anderson5420@gmail.com> >> wrote: >> >> The PPA you need to add to get CHIRP is NOT an Ubuntu repository, >> it is Dan Smith's repository: >> >> sudo apt-add-repository ppa:dansmith/chirp-snapshots >> sudo apt-get update >> sudo apt-get install chirp-daily >> >> And point it to xenial in your /etc/apt/sources.list file >> >> The problem you will run into is that CHIRP requires Python 2.7, >> and Ubuntuy 20.04 only comes with Python 3 by default. >> >> You can download and install Python 2.7 in Ubuntu 20.04, but then >> you need to figure out how to switch between Python versions. >> >> Not an issue. Ubuntu will sort it automatically. >> >> Hi >> >> I'm trying to install Chirp on ubuntu 20.04. I've added the PPA and >> updated my repos, but chirp is still unavailable. >> >> I tried changing the repo from "focal main" to "bionic main" just to >> >> see if it works, but that results in unresolvable dependencies. >> >> It looks like no .deb file is available for AMD64. >> > http://ppa.launchpad.net/dansmith/chirp-snapshots/ubuntu/pool/main/c/chirp-d... >> >> >> Any help would be appreciated. >> Thanks. >> >> _______________________________________________ >> chirp_users mailing list >> chirp_users@intrepid.danplanet.com >> http://intrepid.danplanet.com/mailman/listinfo/chirp_users >> This message was sent to Pat Anderson at anderson5420@gmail.com >> To unsubscribe, send an email to >> chirp_users-unsubscribe@intrepid.danplanet.com >> _______________________________________________ chirp_users mailing >> list chirp_users@intrepid.danplanet.com >> http://intrepid.danplanet.com/mailman/listinfo/chirp_users This >> message was sent to Nigel Gunn, W8IFF at nigel@ngunn.net To >> unsubscribe, send an email to >> chirp_users-unsubscribe@intrepid.danplanet.com > > Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1 937 825 5032 > Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.net www > http://www.ngunn.net > > _______________________________________________ > chirp_users mailing list > chirp_users@intrepid.danplanet.com > http://intrepid.danplanet.com/mailman/listinfo/chirp_users > This message was sent to Pat Anderson at anderson5420@gmail.com > To unsubscribe, send an email to > chirp_users-unsubscribe@intrepid.danplanet.com > _______________________________________________ chirp_users mailing > list chirp_users@intrepid.danplanet.com > http://intrepid.danplanet.com/mailman/listinfo/chirp_users This > message was sent to Nigel Gunn, W8IFF at nigel@ngunn.net To > unsubscribe, send an email to > chirp_users-unsubscribe@intrepid.danplanet.com > > Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1 937 825 5032 > Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.net www > http://www.ngunn.net > > > > Links: > ------ > [1] https://linuxconfig.org/ubuntu-20-04-python-version-switch-manager > _______________________________________________ > chirp_users mailing list > chirp_users@intrepid.danplanet.com > http://intrepid.danplanet.com/mailman/listinfo/chirp_users > This message was sent to Angus Ainslie at angus@akkea.ca > To unsubscribe, send an email to > chirp_users-unsubscribe@intrepid.danplanet.com _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Jim K at jim@jimkeener.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
_______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Nigel Gunn, W8IFF at nigel@ngunn.net To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1 937 825 5032 Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.net www http://www.ngunn.net
_______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Jim K at jim@jimkeener.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Nigel Gunn, W8IFF at nigel@ngunn.net To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1 937 825 5032 Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.net www http://www.ngunn.net
_______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Jim K at jim@jimkeener.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
--------------------------------------------------------------------------------
_______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Glenn at glennervin@cableone.net To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
Pat;
I have versions 2.7 and 3.8 on my Ubuntu 20.04 systems. Chirp works fine, it does find the correct version. Not sure what the link is about that you posted, but its not required for Chirp.
On 6/14/20 6:00 PM, Pat Anderson wrote:
I don't believe Ubuntu 20.04 automatically chooses the correct pythom version, otherwise this tutorial https://linuxconfig.org/ubuntu-20-04-python-version-switch-manager using the update-alternatives command would be superfluous.
On Sun, Jun 14, 2020 at 3:32 PM Nigel A. Gunn G8IFF/W8IFF <nigel@ngunn.net mailto:nigel@ngunn.net> wrote:
On 14 June 2020 at 15:57 Pat Anderson <anderson5420@gmail.com <mailto:anderson5420@gmail.com>> wrote: The PPA you need to add to get CHIRP is NOT an Ubuntu repository, it is Dan Smith's repository: sudo apt-add-repository ppa:dansmith/chirp-snapshots sudo apt-get update sudo apt-get install chirp-daily
And point it to xenial in your /etc/apt/sources.list file
The problem you will run into is that CHIRP requires Python 2.7, and Ubuntuy 20.04 only comes with Python 3 by default. You can download and install Python 2.7 in Ubuntu 20.04, but then you need to figure out how to switch between Python versions.
Not an issue. Ubuntu will sort it automatically.
Hi I'm trying to install Chirp on ubuntu 20.04. I've added the PPA and updated my repos, but chirp is still unavailable. I tried changing the repo from "focal main" to "bionic main" just to see if it works, but that results in unresolvable dependencies. It looks like no .deb file is available for AMD64. http://ppa.launchpad.net/dansmith/chirp-snapshots/ubuntu/pool/main/c/chirp-daily/ Any help would be appreciated. Thanks. _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com <mailto:chirp_users@intrepid.danplanet.com> http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Pat Anderson at anderson5420@gmail.com <mailto:anderson5420@gmail.com> To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com <mailto:chirp_users-unsubscribe@intrepid.danplanet.com> _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com <mailto:chirp_users@intrepid.danplanet.com> http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Nigel Gunn, W8IFF at nigel@ngunn.net <mailto:nigel@ngunn.net> To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com <mailto:chirp_users-unsubscribe@intrepid.danplanet.com>
Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1 937 825 5032 Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.net <mailto:nigel@ngunn.net> www http://www.ngunn.net _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com <mailto:chirp_users@intrepid.danplanet.com> http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Pat Anderson at anderson5420@gmail.com <mailto:anderson5420@gmail.com> To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com <mailto:chirp_users-unsubscribe@intrepid.danplanet.com>
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Ken at wa0sbu@kslimmer.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
Good to know, I may give 20.04 another try alongside 16.04. Assuming Chirp works for me on 20.04, I could delete 16.04 (I run Ubuntu on a Chrome book under crouton).
On Mon, Jun 15, 2020 at 8:48 AM wa0sbu@kslimmer.com wrote:
Pat;
I have versions 2.7 and 3.8 on my Ubuntu 20.04 systems. Chirp works fine, it does find the correct version. Not sure what the link is about that you posted, but its not required for Chirp.
On 6/14/20 6:00 PM, Pat Anderson wrote:
I don't believe Ubuntu 20.04 automatically chooses the correct pythom version, otherwise this tutorial https://linuxconfig.org/ubuntu-20-04-python-version-switch-manager using the update-alternatives command would be superfluous.
On Sun, Jun 14, 2020 at 3:32 PM Nigel A. Gunn G8IFF/W8IFF nigel@ngunn.net wrote:
On 14 June 2020 at 15:57 Pat Anderson anderson5420@gmail.com wrote:
The PPA you need to add to get CHIRP is NOT an Ubuntu repository, it is Dan Smith's repository:
sudo apt-add-repository ppa:dansmith/chirp-snapshots sudo apt-get update sudo apt-get install chirp-daily
And point it to xenial in your /etc/apt/sources.list file
The problem you will run into is that CHIRP requires Python 2.7, and Ubuntuy 20.04 only comes with Python 3 by default.
You can download and install Python 2.7 in Ubuntu 20.04, but then you need to figure out how to switch between Python versions.
Not an issue. Ubuntu will sort it automatically.
Hi
I'm trying to install Chirp on ubuntu 20.04. I've added the PPA and updated my repos, but chirp is still unavailable.
I tried changing the repo from "focal main" to "bionic main" just to see if it works, but that results in unresolvable dependencies.
It looks like no .deb file is available for AMD64.
http://ppa.launchpad.net/dansmith/chirp-snapshots/ubuntu/pool/main/c/chirp-d...
Any help would be appreciated. Thanks.
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Pat Anderson at anderson5420@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
_______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Nigel Gunn, W8IFF at nigel@ngunn.net To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1 937 825 5032 Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.net www http://www.ngunn.net
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Pat Anderson at anderson5420@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
chirp_users mailing listchirp_users@intrepid.danplanet.comhttp://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Ken at wa0sbu@kslimmer.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Pat Anderson at anderson5420@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
Pat;
I resist upgrading, just to say I have the latest and greatest. I have no idea how big a hassle it is to run under Crouton. 20.04 has things I like, and don't like. Its Linux, if I don't like it, I change it. :-)
On 6/15/20 12:45 PM, Pat Anderson wrote:
Good to know, I may give 20.04 another try alongside 16.04. Assuming Chirp works for me on 20.04, I could delete 16.04 (I run Ubuntu on a Chrome book under crouton).
On Mon, Jun 15, 2020 at 8:48 AM <wa0sbu@kslimmer.com mailto:wa0sbu@kslimmer.com> wrote:
Pat; I have versions 2.7 and 3.8 on my Ubuntu 20.04 systems. Chirp works fine, it does find the correct version. Not sure what the link is about that you posted, but its not required for Chirp. On 6/14/20 6:00 PM, Pat Anderson wrote:
I don't believe Ubuntu 20.04 automatically chooses the correct pythom version, otherwise this tutorial <https://linuxconfig.org/ubuntu-20-04-python-version-switch-manager> using the update-alternatives command would be superfluous. On Sun, Jun 14, 2020 at 3:32 PM Nigel A. Gunn G8IFF/W8IFF <nigel@ngunn.net <mailto:nigel@ngunn.net>> wrote:
On 14 June 2020 at 15:57 Pat Anderson <anderson5420@gmail.com <mailto:anderson5420@gmail.com>> wrote: The PPA you need to add to get CHIRP is NOT an Ubuntu repository, it is Dan Smith's repository: sudo apt-add-repository ppa:dansmith/chirp-snapshots sudo apt-get update sudo apt-get install chirp-daily
And point it to xenial in your /etc/apt/sources.list file
The problem you will run into is that CHIRP requires Python 2.7, and Ubuntuy 20.04 only comes with Python 3 by default. You can download and install Python 2.7 in Ubuntu 20.04, but then you need to figure out how to switch between Python versions.
Not an issue. Ubuntu will sort it automatically.
Hi I'm trying to install Chirp on ubuntu 20.04. I've added the PPA and updated my repos, but chirp is still unavailable. I tried changing the repo from "focal main" to "bionic main" just to see if it works, but that results in unresolvable dependencies. It looks like no .deb file is available for AMD64. http://ppa.launchpad.net/dansmith/chirp-snapshots/ubuntu/pool/main/c/chirp-daily/ Any help would be appreciated. Thanks. _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com <mailto:chirp_users@intrepid.danplanet.com> http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Pat Anderson at anderson5420@gmail.com <mailto:anderson5420@gmail.com> To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com <mailto:chirp_users-unsubscribe@intrepid.danplanet.com> _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com <mailto:chirp_users@intrepid.danplanet.com> http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Nigel Gunn, W8IFF at nigel@ngunn.net <mailto:nigel@ngunn.net> To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com <mailto:chirp_users-unsubscribe@intrepid.danplanet.com>
Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1 937 825 5032 Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.net <mailto:nigel@ngunn.net> www http://www.ngunn.net _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com <mailto:chirp_users@intrepid.danplanet.com> http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Pat Anderson at anderson5420@gmail.com <mailto:anderson5420@gmail.com> To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com <mailto:chirp_users-unsubscribe@intrepid.danplanet.com> _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com <mailto:chirp_users@intrepid.danplanet.com> http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Ken atwa0sbu@kslimmer.com <mailto:wa0sbu@kslimmer.com> To unsubscribe, send an email tochirp_users-unsubscribe@intrepid.danplanet.com <mailto:chirp_users-unsubscribe@intrepid.danplanet.com>
_______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com <mailto:chirp_users@intrepid.danplanet.com> http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Pat Anderson at anderson5420@gmail.com <mailto:anderson5420@gmail.com> To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com <mailto:chirp_users-unsubscribe@intrepid.danplanet.com>
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Ken at wa0sbu@kslimmer.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
Crouton is not a hassle at all. In fact I installed 20.04 on a thumbdrive, and only decided not to keep it because of the Python 3 "issue" which may not be an issue at all.
On Mon, Jun 15, 2020 at 11:56 AM wa0sbu@kslimmer.com wrote:
Pat;
I resist upgrading, just to say I have the latest and greatest. I have no idea how big a hassle it is to run under Crouton. 20.04 has things I like, and don't like. Its Linux, if I don't like it, I change it. :-) On 6/15/20 12:45 PM, Pat Anderson wrote:
Good to know, I may give 20.04 another try alongside 16.04. Assuming Chirp works for me on 20.04, I could delete 16.04 (I run Ubuntu on a Chrome book under crouton).
On Mon, Jun 15, 2020 at 8:48 AM wa0sbu@kslimmer.com wrote:
Pat;
I have versions 2.7 and 3.8 on my Ubuntu 20.04 systems. Chirp works fine, it does find the correct version. Not sure what the link is about that you posted, but its not required for Chirp.
On 6/14/20 6:00 PM, Pat Anderson wrote:
I don't believe Ubuntu 20.04 automatically chooses the correct pythom version, otherwise this tutorial https://linuxconfig.org/ubuntu-20-04-python-version-switch-manager using the update-alternatives command would be superfluous.
On Sun, Jun 14, 2020 at 3:32 PM Nigel A. Gunn G8IFF/W8IFF < nigel@ngunn.net> wrote:
On 14 June 2020 at 15:57 Pat Anderson anderson5420@gmail.com wrote:
The PPA you need to add to get CHIRP is NOT an Ubuntu repository, it is Dan Smith's repository:
sudo apt-add-repository ppa:dansmith/chirp-snapshots sudo apt-get update sudo apt-get install chirp-daily
And point it to xenial in your /etc/apt/sources.list file
The problem you will run into is that CHIRP requires Python 2.7, and Ubuntuy 20.04 only comes with Python 3 by default.
You can download and install Python 2.7 in Ubuntu 20.04, but then you need to figure out how to switch between Python versions.
Not an issue. Ubuntu will sort it automatically.
Hi
I'm trying to install Chirp on ubuntu 20.04. I've added the PPA and updated my repos, but chirp is still unavailable.
I tried changing the repo from "focal main" to "bionic main" just to see if it works, but that results in unresolvable dependencies.
It looks like no .deb file is available for AMD64.
http://ppa.launchpad.net/dansmith/chirp-snapshots/ubuntu/pool/main/c/chirp-d...
Any help would be appreciated. Thanks.
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Pat Anderson at anderson5420@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
_______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Nigel Gunn, W8IFF at nigel@ngunn.net To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1 937 825 5032 Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.net www http://www.ngunn.net
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Pat Anderson at anderson5420@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
chirp_users mailing listchirp_users@intrepid.danplanet.comhttp://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Ken at wa0sbu@kslimmer.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Pat Anderson at anderson5420@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
chirp_users mailing listchirp_users@intrepid.danplanet.comhttp://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Ken at wa0sbu@kslimmer.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Pat Anderson at anderson5420@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
Worked fine once, until I lost 5GB of my 16GB to a hidden partition created by Crouton that I could never get back so I've now got an 11GB drive in my Chromebook. Of course the drive is soldered in so that I cant remove it and reformat on another machine.
On 15 June 2020 at 15:00 Pat Anderson anderson5420@gmail.com wrote:
Crouton is not a hassle at all. In fact I installed 20.04 on a thumbdrive, and only decided not to keep it because of the Python 3 "issue" which may not be an issue at all. On Mon, Jun 15, 2020 at 11:56 AM < wa0sbu@kslimmer.com mailto:wa0sbu@kslimmer.com > wrote: > >
Pat; I resist upgrading, just to say I have the latest and greatest. I have no idea how big a hassle it is to run under Crouton. 20.04 has things I like, and don't like. Its Linux, if I don't like it, I change it. :-) On 6/15/20 12:45 PM, Pat Anderson wrote: > > > Good to know, I may give 20.04 another try alongside 16.04. Assuming Chirp works for me on 20.04, I could delete 16.04 (I run Ubuntu on a Chrome book under crouton).
On Mon, Jun 15, 2020 at 8:48 AM < wa0sbu@kslimmer.com mailto:wa0sbu@kslimmer.com > wrote: > > > >
Pat; I have versions 2.7 and 3.8 on my Ubuntu 20.04 systems. Chirp works fine, it does find the correct version. Not sure what the link is about that you posted, but its not required for Chirp. On 6/14/20 6:00 PM, Pat Anderson wrote: > > > > > I don't believe Ubuntu 20.04 automatically chooses the correct pythom version, otherwise this tutorial https://linuxconfig.org/ubuntu-20-04-python-version-switch-manager using the update-alternatives command would be superfluous.
On Sun, Jun 14, 2020 at 3:32 PM Nigel A. Gunn G8IFF/W8IFF < nigel@ngunn.net mailto:nigel@ngunn.net > wrote: > > > > > >
> > > > > > > On 14 June 2020 at 15:57 Pat Anderson < anderson5420@gmail.com mailto:anderson5420@gmail.com > wrote:
> > The PPA you need to add to get CHIRP is NOT an Ubuntu repository, it is Dan Smith's repository: > > sudo apt-add-repository ppa:dansmith/chirp-snapshots > sudo apt-get update > sudo apt-get install chirp-daily > > > > > > > > > And point it to xenial in your /etc/apt/sources.list file
> > > > > > > The problem you will run into is that CHIRP requires Python 2.7, and Ubuntuy 20.04 only comes with Python 3 by default.
> > You can download and install Python 2.7 in Ubuntu 20.04, but then you need to figure out how to switch between Python versions. > > > > > > > > Not an issue. Ubuntu will sort it automatically.
> > > > > > >
> > > > > > > > > > Hi > > > > I'm trying to install Chirp on ubuntu 20.04. I've added the PPA and > > updated my repos, but chirp is still unavailable. > > > > I tried changing the repo from "focal main" to "bionic main" just to > > see if it works, but that results in unresolvable dependencies. > > > > It looks like no .deb file is available for AMD64. > > http://ppa.launchpad.net/dansmith/chirp-snapshots/ubuntu/pool/main/c/chirp-d... > > > > Any help would be appreciated. > > Thanks. > > > > _______________________________________________ > > chirp_users mailing list > > chirp_users@intrepid.danplanet.com mailto:chirp_users@intrepid.danplanet.com > > http://intrepid.danplanet.com/mailman/listinfo/chirp_users > > This message was sent to Pat Anderson at anderson5420@gmail.com mailto:anderson5420@gmail.com > > To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com mailto:chirp_users-unsubscribe@intrepid.danplanet.com > > > > > > > > > > > _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com mailto:chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Nigel Gunn, W8IFF at nigel@ngunn.net mailto:nigel@ngunn.net To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com mailto:chirp_users-unsubscribe@intrepid.danplanet.com > > > > > > > > Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1 937 825 5032 Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.net mailto:nigel@ngunn.net www http://www.ngunn.net
_______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com mailto:chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Pat Anderson at anderson5420@gmail.com mailto:anderson5420@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com mailto:chirp_users-unsubscribe@intrepid.danplanet.com > > > > >
_______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com mailto:chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Ken at wa0sbu@kslimmer.com mailto:wa0sbu@kslimmer.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com mailto:chirp_users-unsubscribe@intrepid.danplanet.com > > > > _______________________________________________
chirp_users mailing list chirp_users@intrepid.danplanet.com mailto:chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Pat Anderson at anderson5420@gmail.com mailto:anderson5420@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com mailto:chirp_users-unsubscribe@intrepid.danplanet.com > > >
_______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com mailto:chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Ken at wa0sbu@kslimmer.com mailto:wa0sbu@kslimmer.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com mailto:chirp_users-unsubscribe@intrepid.danplanet.com > > _______________________________________________
chirp_users mailing list chirp_users@intrepid.danplanet.com mailto:chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Pat Anderson at anderson5420@gmail.com mailto:anderson5420@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com mailto:chirp_users-unsubscribe@intrepid.danplanet.com > _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Nigel Gunn, W8IFF at nigel@ngunn.net To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1 937 825 5032 Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.net www http://www.ngunn.net
participants (8)
-
Angus Ainslie
-
Glenn K0LNY
-
James Keener
-
Nigel A. Gunn G8IFF/W8IFF
-
Pat Anderson
-
teslas_moustache
-
Tony Fuller
-
wa0sbu@kslimmer.com