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

from utils.cpu_nms import cpu_nms as nms ImportError: ./src/utils/cpu_nms.so: undefined symbol: PyFPE_jbuf #72

Closed
charan223 opened this issue Oct 11, 2017 · 5 comments

Comments

@charan223
Copy link

charan/CTPN$ python tools/demo.py
Traceback (most recent call last):
File "tools/demo.py", line 24, in
from detectors import TextProposalDetector, TextDetector
File "./src/detectors.py", line 4, in
from utils.cpu_nms import cpu_nms as nms
ImportError: ./src/utils/cpu_nms.so: undefined symbol: PyFPE_jbuf

Running in a virtual anaconda environment and i am using same python

@prismformore
Copy link

Same issue here, have you solved it?

@charan223
Copy link
Author

Yeah solved it....use any one environment to install caffe....total anaconda or total python

@prismformore
Copy link

You mean, if i choose anaconda, i have to delete the system default python and re-make caffe?

@charan223
Copy link
Author

You dont need to delete it....install every package required for caffe through anaconda....using a virtual environment helps

@prismformore
Copy link

I have just solved this by specifying the 'include' path in Makefile to my conda environment. Thx a lot!

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