[Bug 2060882] Re: [SRU] usrpctl fails to run

Dave Jones 2060882 at bugs.launchpad.net
Tue May 14 13:15:51 UTC 2024


Confirmed; fix looks minimal and reasonable, sponsoring, thank you!

-- 
You received this bug notification because you are a member of Ubuntu
Sponsors, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/2060882

Title:
  [SRU] usrpctl fails to run

Status in uhd package in Ubuntu:
  Confirmed
Status in uhd package in Debian:
  New

Bug description:
  [ Impact ]

  usrpctl will fail to run with the error:

  $ usrpctl
  Traceback (most recent call last):
    File "/usr/bin/usrpctl", line 15, in <module>
      import uhd
  ModuleNotFoundError: No module named 'uhd'

  The error is because its missing one of the runtime dependencies.

  [ Test Plan ]

  1. install uhd-host
  2. execute usrpctl

  If the package is not fixed it will result in the above error.

  With the fixed package it will print:
  $ usrpctl
  No USRP found to act on (id=None)

  We can also see the output from "usrpctl --help".

  But this is an USRP Hardware Driver Peripheral Configuration Tool, so
  ideally someone with the hardware should test.

  [ Where problems could occur ]

  There is no change in code and it only fixes a runtime dependency and
  so imho, there is very little chance of any regression.

  [ Original Bug Description ]

  usrpctl fails to run with the error:

  $ usrpctl
  Traceback (most recent call last):
    File "/usr/bin/usrpctl", line 15, in <module>
      import uhd
  ModuleNotFoundError: No module named 'uhd'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/uhd/+bug/2060882/+subscriptions




More information about the Ubuntu-sponsors mailing list