You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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:
issue.txt
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?
The text was updated successfully, but these errors were encountered: