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

Error import pyyolo #27

Open
rlucaz opened this issue Oct 10, 2017 · 4 comments
Open

Error import pyyolo #27

rlucaz opened this issue Oct 10, 2017 · 4 comments

Comments

@rlucaz
Copy link

rlucaz commented Oct 10, 2017

Hello my friends, I have the following problem

Traceback (most recent call last): File "example.py", line 1, in <module> import pyyolo ImportError: /usr/local/lib/python2.7/dist-packages/pyyolo.so: undefined symbol: _ZGVbN2vv___pow_finite

I installed it on another computer and it worked, but this is experiencing this problem after following the tutorial installation

@linkolnlima
Copy link

Try copy the file /usr/local/lib/python2.7/dist-packages/pyyolo.so from another computer and try again

@gf0507033
Copy link

gf0507033 commented Oct 27, 2017

Add -lm -lmvec flags to makefile and setup.py as was suggested in #26

@LinuxChristian
Copy link

I had the same problem on Python 3.4. @gf0507033's suggestion fixed the problem.

@stucksubstitute
Copy link

Hi, no it doesn't. I always get an

nvcc fatal : Unknown option 'fopenmp'

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