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

Segmentation fault (core dumped) #55

Open
barzan-hayati opened this issue Sep 2, 2019 · 0 comments
Open

Segmentation fault (core dumped) #55

barzan-hayati opened this issue Sep 2, 2019 · 0 comments

Comments

@barzan-hayati
Copy link

barzan-hayati commented Sep 2, 2019

@digitalbrain79
I set
CUDNN=1
GPU=1
and every thing is fine with my cuda, etc.
I built pyyolo and executed the following commands.
python setup.py build (use setup_gpu.py for GPU)
sudo python setup.py install (use setup_gpu.py for GPU)
in user mode, by running
python3 example.py
I get
Segmentation fault (core dumped)
also, by running sudo python3 example.py (in super user mode), I get
Traceback (most recent call last): File "example.py", line 1, in <module> import pyyolo ImportError: libcudart.so.10.0: cannot open shared object file: No such file or directory

also, by importing pyyolo on jupyter note book via import pyyolo, I get the following error"
ImportError Traceback (most recent call last) <ipython-input-1-f5beecd7fd26> in <module> ----> 1 import pyyolo ImportError: /usr/local/lib/python3.6/dist-packages/pyyolo.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZGVbN2vv___pow_finite

Screenshot from 2019-09-02 17-28-14

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

1 participant