libcudart.so.8.0: cannot open shared object file解决方案

error while loading shared libraries: libcudart.so.8.0: cannot open shared object file: No such file or directory

解决方案:

sudo ldconfig /usr/local/cuda/lib64

猜你喜欢

转载自blog.csdn.net/qq_36982160/article/details/80413314