Could not load dynamic library ‘libcudart.so.10.1’; dlerror: libcudart.so.10.1
服务器跑代码的时候出现这个问题:
“Could not load dynamic library ‘libcudart.so.10.1’; dlerror: libcudart.so.10.1: cannot open shared object file: No such file or directory; LD_LIBRARY_PATH: /usr/local/cuda/lib64
2022-05-10 15:40:08.200478: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine.
WARNING:tensorflow:From /home/wgj/anaconda3/envs/TF2.3/lib/python3.6/site-packages/tensorflow/python/compat/v2_compat.py:96: disable_resource_variables (from tensorflow.python.ops.variable_scope) is deprecated and will be removed in a future version.”
使用这个命令:
conda install cudatoolkit=10.1