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
For some Python installations, the path where the build system installs the Python modules is not the same as where the Python interpreter looks for modules.
The workaround is to set the PYTHONPATH environment variable when running scripts.
The text was updated successfully, but these errors were encountered:
More detail: Debian 11 includes Python 3.9 by default. The Python 3.9 sys.path is ['', '/usr/lib/python39.zip', '/usr/lib/python3.9', '/usr/lib/python3.9/lib-dynload', '/usr/local/lib/python3.9/dist-packages', '/usr/lib/python3/dist-packages', '/usr/lib/python3.9/dist-packages']. The build system installs the Python module in /usr/local/lib/python3/dist-packages (python3 instead of python3.9).
This applies when using GNU Radio 3.8.
For some Python installations, the path where the build system installs the Python modules is not the same as where the Python interpreter looks for modules.
The workaround is to set the
PYTHONPATH
environment variable when running scripts.The text was updated successfully, but these errors were encountered: