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
Hello. When compiling, an error saying that python “cannot import name ‘ais’ from ‘gnuradio’” appears. We believe that the python path is set correctly, and that gnuradio does not have the AIS module. The python path is set in “/usr/local/lib/python3/dist-packages”.
Is there anything else that needs to be configured?
The text was updated successfully, but these errors were encountered:
Hi, I've encountered the same problem and for me it was related to the installation path.
In my case, on Debian 11, I have GNU radio installed in /usr (from official repo) , while the default installation path of gr-ais is /usr/local (to be honest, the default installation path of GNU radio is /usr/local too).
So, I fixed the problem using cmake ../ -DCMAKE_INSTALL_PREFIX:PATH=/usr
instead of cmake ../
Hello. When compiling, an error saying that python “cannot import name ‘ais’ from ‘gnuradio’” appears. We believe that the python path is set correctly, and that gnuradio does not have the AIS module. The python path is set in “/usr/local/lib/python3/dist-packages”.
Is there anything else that needs to be configured?
The text was updated successfully, but these errors were encountered: