gnuradio / pybombs

PyBOMBS (Python Build Overlay Managed Bundle System) is the GNU Radio install management system for resolving dependencies and pulling in out-of-tree projects.
https://gnuradio.org
GNU General Public License v3.0
414 stars 191 forks source link

ModuleNotFoundError - GnuRadio 3.10 on Ubuntu 22.04 #615

Open LionSoft91 opened 2 years ago

LionSoft91 commented 2 years ago

Hello,

After installing GnuRadio 3.10 on Ubuntu 22.04 using PyBombs, I got this error:

ModNotFound

After following the steps indicated in this web page : https://wiki.gnuradio.org/index.php/ModuleNotFoundError , I found out that the packages are in /local/lib and not in /lib/ as follows: /home/lionsoft/GnuRadio/local/lib/python3.10/dist-packages/gnuradio

The solution for me was to modify the setup_env.sh file to add /local/ in the PYTHONPATH command line.

argilo commented 2 years ago

This was just fixed on the main branch in https://github.com/gnuradio/gnuradio/pull/5739; once that is backported to the maint-3.10 branch the Python files should be installed to the correct location in GNU Radio 3.10 as well.