pyyolo
pyyolo copied to clipboard
Error import pyyolo
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
Try copy the file /usr/local/lib/python2.7/dist-packages/pyyolo.so from another computer and try again
Add -lm -lmvec
flags to makefile and setup.py as was suggested in #26
I had the same problem on Python 3.4. @gf0507033's suggestion fixed the problem.
Hi, no it doesn't. I always get an
nvcc fatal : Unknown option 'fopenmp'