EttusResearch / gr-ettus

Out-of-tree GNU Radio Module for Experimental Ettus Research Features
Other
47 stars 43 forks source link

rfnocmodtool can't import ettus #57

Closed srrobo92 closed 1 year ago

srrobo92 commented 3 years ago

$ 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

mbr0wn commented 1 year ago

Not clear how you installed gr-ettus. Closing due to lack of information.

marcivanmanalac commented 5 months ago

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.

marcivanmanalac commented 5 months ago

I was able to just add the module to the python path as shown in the workshop video at 38:00.