Project

General

Profile

Actions

Bug #11340

closed

Documentation Update - python3-suds isn't installed by default

Added by Mike Frisco 11 days ago. Updated 10 days ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
05/09/2024
Due date:
% Done:

100%

Estimated time:
Chirp Version:
next
Model affected:
All
Platform:
Linux
Debug Log:
I read the instructions above:
Yes

Description

The Linux installation docs (over here https://chirpmyradio.com/projects/chirp/wiki/ChirpOnLinux) are helpful, but they are missing one dependency: python3-suds.

Without it, Chirp is totally usable, but any query to RadioReference will fail silently. A quick look at the debug log reveals that the problem is a missing suds component. (Which is not included with Ubuntu by default - as an example.)

Adding python3-suds to the list of packages installed with apt/dnf in step 1 avoids this issue and will leave users with a fully-functioning Chirp install.

Actions #1

Updated by Dan Smith 11 days ago

Well, the real problem is that the package itself doesn't list it in requirements. The distro-based packages aren't going to be sufficient anyway starting with around python3.11 anyway because of the externally-managed flag (the newer distro instructions on that page).

But yeah, I'll get it added to the requirements such that the pip/pipx install will put suds in regardless.

Actions #2

Updated by Dan Smith 10 days ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF