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: libvigraimpex.so.11: No such file or directory in running demo.sh #3

Open
helxsz opened this issue Sep 5, 2017 · 1 comment

Comments

@helxsz
Copy link

helxsz commented Sep 5, 2017

I am running demo.sh, and I met such a problem.

File "src/test.py", line 32, in
import utils as utl
File "/home/sizhexi/caffe/ccnn/src/utils.py", line 3, in
import vigra
File "/usr/lib/python2.7/dist-packages/vigra/init.py", line 113, in
import vigra.vigranumpycore as vigranumpycore
ImportError: libvigraimpex.so.11: cannot open shared object file: No such file or directory
Time in seconds: 1

I have installed latest vigra from github, this is the libs

ubuntu:/usr/lib/python2.7/dist-packages/vigra$ ls
analysis.so filters.so impex.so optimization.so ufunc.py
arraytypes.py geometry.so init.py pyqt utilities.so
blockwise.so graphs.so learning.so sampling.so version.py
colors.so histogram.so noise.so tagged_array.py vigranumpycore.so

I didn't find the libvigraimpex library, what goes wrong

@ahangchen
Copy link

It seems that vigra is an ignored dependency of ccnn, if you build vigra from source, you should add the path of libvigra*.so to LD_LIBRARY_PATH

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

2 participants