Dlerror: libcudart. So. 11.0: problem solving
First find your computer path
/usr/local/cuda/lib64
Check your CUDA version
. According to the above figure, I find that my computer’s CUDA version is 10.0, so I will report an error at runtime. At this time, there are two solutions.
Scheme 1
If you force the CUDA environment of the local computer to be the running CUDA environment, there may be problems, which I haven’t tried.
cd /usr/local/cuda/lib64/
sudo ln -sf libcudart.so.10.0 libcudart.so.11.0
Scheme 2
Installing dynamic CUDA environment in CONDA environment
conda install tensorflow-gpu cudatoolkit=11.0
Read More:
- TensorFlow Install Error: Could not load dynamic library ‘*****.dll‘; dlerror: ********.dll not found
- Tensorflow import Error: ImportError: libcuda.so.1: cannot open shared object file: No such file or dire
- ImportError: libcublas.so.9.0: cannot open shared object file: No such file or directory
- Pytorch CUDA Error: UserWarning: CUDA initialization: CUDA unknown error…
- OSError libespeak.so.1 error: no such file or directory [How to Solve]
- Python Error: mongod: error while loading shared libraries: libcrypto.so.1.1
- [Solved] Pycharm paddle Error: Error: (External) CUDA error(35), CUDA driver version is insufficient for CUDA
- [Solved] RuntimeError: Numpy is not available (Associated Torch or Tensorflow)
- How to Solve Python Libsm. So. 6 error
- [Solved] RuntimeError: cuda runtime error (100) : no CUDA-capable device is detected at
- How to Solve Python Importerror: DLL load failed: unable to find the specified program using tensorflow
- Copy the python3 installation package to Linux and run it. Error while loading shared libraries: libpython3.6. M.so. 1.0
- [Solved] Import cv2 Error: ImportError: libGL.so.1: cannot open shared object file: No such file or directory
- [Solved] R Error: Python module tensorflow.keras was not found.
- [Solved] Numpy Load Error: DLL load failed while importing _multiarray_umath: Could not be found Module
- [Solved] bert_as_service startup error: Tensorflow 2.1.0 is not tested!
- [Solved] RuntimeError: CUDA error: device-side assert triggered CUDA kernel errors
- [Solved] RuntimeError: cuda runtime error (801) : operation not supported at
- [Solved] Tensorflow Error: NameError: name ‘layers‘ is not defined
- [Solved] Python Image Library fails with message “decoder JPEG not available” – PIL