python运行报错:ImportError: libcudnn_cnn_infer.so.8: cannot open shared object file

Angry Panda / 2024-02-04 / 原文

运行报错:

image


解决方法:

conda install cudatoolkit==11.8.0
python3 -m pip install nvidia-cudnn-cu11==8.7.0.84

成功解决。


参考:

https://blog.csdn.net/qq_45934285/article/details/134064505