EttusResearch / gr-doa

Direction-of-Arrival (DoA) Demo for GNU Radio (OOT) with the USRP™ X-Series and TwinRX™
GNU General Public License v3.0
102 stars 52 forks source link

ImportError: libgnuradio-doa.so: cannot open shared object file: No such file or directory #2

Closed junaid124 closed 1 year ago

junaid124 commented 6 years ago

import doa File "/usr/local/lib/python2.7/dist-packages/doa/init.py", line 41, in from findmax_and_save import findmax_and_save File "/usr/local/lib/python2.7/dist-packages/doa/findmax_and_save.py", line 27, in import doa_swig as doa File "/usr/local/lib/python2.7/dist-packages/doa/doa_swig.py", line 28, in _doa_swig = swig_import_helper() File "/usr/local/lib/python2.7/dist-packages/doa/doa_swig.py", line 24, in swig_import_helper _mod = imp.load_module('_doa_swig', fp, pathname, description) ImportError: libgnuradio-doa.so: cannot open shared object file: No such file or directory

Done

tfcollins commented 6 years ago

Can you provide the install steps you used to install the OOT

Zaechus commented 6 years ago

I added this as a basic dependency in my pull request. I basically just had to install doa before installing the repository.

courtarro commented 4 years ago

This looks to me like the original user forgot to run sudo ldconfig after installing.

michaelld commented 4 years ago

I agree with @courtarro . Not sure who can close this issue, but it's old enough and likely-as-not not a true issue with gr-doa but rather a user issue.

michaelld commented 1 year ago

closing as it's likely not an issue any longer ... if it is, please reopen and provide information as to what's going on