在conda中在没有安装其它包的情况下安装飞桨2.2.2版,会自动安装上cudnn 8.1,但是使用飞桨时又提示“The installed Paddle is compiled with CUDNN 8.2, but CUDNN version in your machine is 8.1, which may cause serious incompatible bug. Please recompile or reinstall Paddle with compatible CUDNN version.”。但如果安装上飞桨2.2.2版后再安装cudnn 8.2,又会提示有各种冲突问题安装不上。然后我重新创建conda环境(没有预装任何包)试过,即使一开始时输入conda install paddlepaddle-gpu==2.2.2 cudnn=8.2 -c https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/Paddle/ -c conda-forge来安装也提示两个包冲突安装不了。求解决一下
5条答案
按热度按时间vbkedwbf1#
这么多天了,怎么还没有官方人员回复?@sljlp
2fjabf4q2#
您好,我们已经收到了您的问题,会安排技术人员尽快解答您的问题,请耐心等待。请您再次检查是否提供了清晰的问题描述、复现代码、环境&版本、报错信息等。同时,您也可以通过查看 官网API文档 、 常见问题 、 历史Issue 、 AI社区 来寻求解答。祝您生活愉快~
Hi! We've received your issue and please be patient to get responded. We will arrange technicians to answer your questions as soon as possible. Please make sure that you have posted enough message to demo your request. You may also check out the API , FAQ , Github Issue and AI community to get the answer.Have a nice day!
cygmwpex3#
我安装的cudnn版本是7.6.5,安装命令如下,你的命令是什么,怎么是8.2的
s1ag04yj4#
我安装的cudnn版本是7.6.5,安装命令如下,你的命令是什么,怎么是8.2的
我是这条命令:
conda install paddlepaddle-gpu==2.2.2 cudatoolkit=11.2 -c https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/Paddle/ -c conda-forge
4xy9mtcn5#
哦哦