Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
junaid124 opened this issue Sep 18, 2017 · 5 comments

Comments

@junaid124
Copy link

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
Copy link

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

@Zaechus
Copy link

Zaechus commented Sep 18, 2017

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

@courtarro
Copy link

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

@michaelld
Copy link
Collaborator

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
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants