Segmentation fault (core dumped)
@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
