-
Notifications
You must be signed in to change notification settings - Fork 73
Description
Hello I'm trying to compile gr-temepst on Ubuntu 22.04.4 with GNU Radio 3.10.1.1 (Python 3.10.12).
I have to redo all the target bindings on my own. Then,after running
cmake ../
make && sudo make install
I get the following output:
When I run gr_tempest examples , in some examples (e.g.: gr_tempest_v2-0-0_VGA_fs_50MHz_fc_300MHz.grc ) some blocks are named "Missing Block" and those examples where all blocks are current (e.g.: manual_simulated_tempest_example.grc) I get the output:
Traceback (most recent call last):
File "/home/.../Desktop/gr-tempest/examples/manual_simulated_tempest_example.py", line 41, in
import tempest
ModuleNotFoundError: No module named 'tempest'
However my PYTHONPATH contains:
/usr/local/lib/python3.10/dist-packages/
What am I doing wrong?