We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when i use drm_transmitter_gui.py , it is wrong ,what should i do
founder@founder-pc:~/hackrf/gr-drm/apps/gui$ python drm_transmitter_gui.py Traceback (most recent call last): File "drm_transmitter_gui.py", line 13, in <module> import drm_transmitter File "/home/founder/hackrf/gr-drm/apps/gui/drm_transmitter.py", line 22, in <module> from gnuradio import uhd ImportError: cannot import name uhd
The text was updated successfully, but these errors were encountered:
This does not look like a gr-drm related problem. Make sure you installed UHD and set all the paths correctly so that it can be found at runtime.
Sorry, something went wrong.
No branches or pull requests
when i use drm_transmitter_gui.py , it is wrong ,what should i do
The text was updated successfully, but these errors were encountered: