Error reporting when using Yolo in QT program:
./conjugateGradientPrecond: error while loading shared libraries: libcublas.so.8.0: cannot open shared object file: No such file or directory
solution:
first find libcublas. So. 8.0 Where is this file?It’s on my system ubuntu16.04. Where is the file /Usr/local/cuda-8.0/lib64 /
then:
sudo gedit /etc/ld.so.conf.d/cuda.conf
Add directory to document
/usr/local/cuda-8.0/lib64/
When finished, then:
sudo ldconfig
```
Remember to always use sudo, unless you are under root.
Similar Posts:
- [Solved] Ubuntu Install caffe error: build_release/tools/caffe: error while loading shared libraries: libcudart.so.8….
- ImportError: libcusolver.so.8.0: cannot open shared object file: No such file or directory
- ImportError: libcublas.so.9.0: cannot open shared object file: No such file or directory [Solved]
- [Solved] Apt-get -f install Error: No apport report written because MaxReports is reached already Errors were…
- [Solved] ImportError: libcublas.so.9.0: cannot open shared object file: No such file
- 「ImportError: libcublas.so.10.0: cannot open shared object file: No such file or directory」
- InternalError: cudaGetDevice() failed. Status: CUDA driver version is insufficient for CUDA runti…
- RuntimeError: cuda runtime error (30) : unknown errorr
- [Solved] Opencv3.4.0 Install error: fatal error: opencv2/xfeatures2d/cuda.hpp: No such file or directory
- [Solved] GeForce RTX 3090 with CUDA capability sm_86 is not compatible with the current PyTorch installation