tayloreisman16 / LTE-GNU-Radio-Code

1 stars 0 forks source link

ModuleNotFoundError: No module named X #1

Closed tayloreisman16 closed 3 years ago

tayloreisman16 commented 3 years ago

Possibly the CMAKE is using Python3.8 directories to install OOT modules, but GNURADIO is used Python3 directories, which were set up in an anaconda setup. This code may very well run on other systems, but the configuration on my computer is causing the imports to fail when generating the .grc .py script.

tayloreisman16 commented 3 years ago

Correct Paths: Executable: /usr/bin/python3.8 Include Directory: /usr/include/python3.8