question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

there is no _caffe.so after make pycaffe

See original GitHub issue

hi,

When I

make all make test make pycaffe

there is no _caffe.so in caffe-dilation/python/caffe

and I try the predict.py there is an error ImportError: libcaffe.so.1.0.0-rc3: cannot open shared object file: No such file or directory

I have already added the build_master/python into my PYTHONPATH

Does anyone know how to solve this problem?

Cheers, Mao

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
maolin23commented, Jul 19, 2016

solve!! I do this export LD_LIBRARY_PATH={CAFFE-DILATION_DIR}/build_master/lib:${LD_LIBRARY_PATH}

but i have another question about the image list the images in the image list are original or they are padded to 900*900? or i should do anything else to the images?

1reaction
maolin23commented, Jul 19, 2016

thanks to your reply!

yes, but when I copy _caffe.so to caffe-dilation/python/caffe the errror is ImportError: libcaffe.so.1.0.0-rc3: cannot open shared object file: No such file or directory

if i don’t copy _caffe.so to caffe-dilation/python/caffe the error is ImportError: no module named _caffe

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error while running "make pycaffe" · Issue #5507 · BVLC/caffe
Doing so interferes with the development of Caffe. ... When I try to run "make pycaffe", I got the following error:.
Read more >
caffe installation stuck at make pycaffe - python - Stack Overflow
I just solved the issue and it seem that it was a memory overflow issue (I increased the RAM and it worked fine)...
Read more >
Installation - Caffe
When updating Caffe, it's best to make clean before re-compiling. Prerequisites. Caffe has several dependencies: CUDA is required for GPU mode. library version ......
Read more >
Error using "make pycaffe" - Google Groups
When I try to run "make pycaffe", I got the following error: ... Makefile:507: recipe for target 'python/caffe/_caffe.so' failed make: ... Did you...
Read more >
Install Caffe on Ubuntu 18.04 with OpenCV 4.4 - Q-engineering
This makes live later on easier. Next, make a directory where all the build files are located. $ mv ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found