I recently upgraded my Fedora 23 laptop (on which gnuradio companion worked
fine) to Fedora 27

Now when I try to run gnuradio-companion I get an error window.

++++++++++++++++++++++++++++++++++++++++++++
                  ImportError
Cannot import gnuradio.

Is the python path environment variable set correctly?
    All OS: PYTHONPATH

Is the library path environment variable set correctly?
    Linux: LD_LIBRARY_PATH
    Windows: PATH
    MacOSX: DYLD_LIBRARY_PATH
++++++++++++++++++++++++++++++++++++++++++++

(libboost_date_time.so.1.58.0: cannot open shared object file: No such file
or directory)

I've checked the two env variables and they are set properly AFAIK.

$ echo $PYTHONPATH
/usr/local/lib64/python2.7/site-packages


$ echo $LD_LIBRARY_PATH
/usr/lib64

Any advice would be appreciated.

-Mike
_______________________________________________
Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to