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
$ rfnocmodtool help
Traceback (most recent call last):
File "/usr/local/bin/rfnocmodtool", line 7, in
from ettus.rfnoc_modtool import *
ModuleNotFoundError: No module named 'ettus'
Installed gnuradio 3.8 through ppa
Intalled master branch of uhd
The text was updated successfully, but these errors were encountered:
I got this same error following the rfnoc workshop 4 part 2 install from source guide using ubuntu 20.04, uhd 4.0.0, and gr-ettus maint-3.8-uhd-4.0.
I see that the ettus module is in my /usr/local/lib/python3/dist-packages/ directory.
Were you able to remediate this problem? I was wondering if there was a way to just add it in the path or something rather than going all the way back and doing it over another way.
$ rfnocmodtool help
Traceback (most recent call last):
File "/usr/local/bin/rfnocmodtool", line 7, in
from ettus.rfnoc_modtool import *
ModuleNotFoundError: No module named 'ettus'
Installed gnuradio 3.8 through ppa
Intalled master branch of uhd
The text was updated successfully, but these errors were encountered: