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

Building warnings #26

Open
alexmuee opened this issue Mar 5, 2024 · 0 comments
Open

Building warnings #26

alexmuee opened this issue Mar 5, 2024 · 0 comments

Comments

@alexmuee
Copy link

alexmuee commented Mar 5, 2024

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?

@alexmuee alexmuee changed the title p Building warnings Mar 5, 2024
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

1 participant