Hello,

I was trying the new pybombs (installed from git 4be6626) on Linux Mint
17.3, and I am getting confusing messages.

I installed gnuradio, gr-osmosdr and gqrx.

I tried using my rad1o, but the both osmocom_fft and gqrx can't find it.
udev rules are installed, I checked dmesg and /dev, the hardware side seems
fine.

I tried hackrf_info and it also gave me the same error:
hackrf_open() failed: HACKRF_ERROR_NOT_FOUND (-5)

(As root I get the same message so I am rather confident that it's not the
permissions)

Then it gets weird:
~> sudo pybombs install hackrf
PyBombs.install - INFO - No packages to install.

~> sudo pybombs show hackrf
Recipe name:    hackrf
Is installed:   Yes
Is installable: Yes

~> sudo pybombs remove hackrf
PyBombs.PackageManager - WARNING - This binary package manager can't be
instantiated:
PyBombs.remove - ERROR - Package hackrf is not installed. Aborting.

~> whereis hackrf_info
hackrf_info: /usr/bin/hackrf_info /usr/bin/X11/hackrf_info
/usr/share/man/man1/hackrf_info.1.gz

~> dpkg -S /usr/bin/hackrf_info
hackrf: /usr/bin/hackrf_info

~> sudo pybombs update
|
+- gr-iqbal
|  |
|  +- libosmo-dsp
|  |
|  \- gnuradio
|     |
|     \- apache-thrift
|
\- gnuradio
   |
   \- apache-thrift
|
+- libosmo-dsp
|
\- gnuradio
   |
   \- apache-thrift
|
\- apache-thrift
|
\- gr-osmosdr
   |
   +- gr-iqbal
   |  |
   |  +- libosmo-dsp
   |  |
   |  \- gnuradio
   |     |
   |     \- apache-thrift
   |
   \- gnuradio
      |
      \- apache-thrift
Traceback (most recent call last):
  File "/usr/local/bin/pybombs", line 9, in <module>
    load_entry_point('PyBOMBS==2.0.0', 'console_scripts', 'pybombs')()
  File
"/usr/local/lib/python2.7/dist-packages/PyBOMBS-2.0.0-py2.7.egg/pybombs/main.py",
line 30, in main
    return dispatch() or 0
  File
"/usr/local/lib/python2.7/dist-packages/PyBOMBS-2.0.0-py2.7.egg/pybombs/commands/base.py",
line 134, in dispatch
    return get_cmd_dict(cmd_list)[args.command](cmd=args.command,
args=args).run()
  File
"/usr/local/lib/python2.7/dist-packages/PyBOMBS-2.0.0-py2.7.egg/pybombs/commands/install.py",
line 143, in run
    if self.args.deps_only and pkg in self.args.packages:
AttributeError: 'Namespace' object has no attribute 'deps_only'



Does anyone know what the problem is here?

Greetings,
Hans Van Ingelgom.
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to