Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError - GnuRadio 3.10 on Ubuntu 22.04 #615

Open
LionSoft91 opened this issue Apr 26, 2022 · 1 comment
Open

ModuleNotFoundError - GnuRadio 3.10 on Ubuntu 22.04 #615

LionSoft91 opened this issue Apr 26, 2022 · 1 comment

Comments

@LionSoft91
Copy link

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
Copy link
Member

argilo commented Apr 26, 2022

This was just fixed on the main branch in gnuradio/gnuradio#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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants