-
Notifications
You must be signed in to change notification settings - Fork 958
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import paddle错误 Error loading "D:\anaconda\envs\PaddleX\lib\site-packages\paddle\..\nvidia\cudnn\bin\cudnn_adv_infer64_8.dll" or one of its dependencies. #1944
Comments
这个路径看着有点问题不知道为什么会出/../,可以检查一下cudnn安装是否正确,环境变量设置是否正确,如果无误,尝试重新安装一下paddle |
请问解决这个问题了吗,我也是同样的问题 |
还没有解决,我重装过cudnn,还是会出现这个问题 |
你解决了这个问题了吗? |
|
请问你的paddle版本是多少呢?我这边复现一下 |
I have the same problem, I have tried different configurations to install paddleOCR, with similar error messages. My System:
The error message I am getting now is:
The requested folder, and dll exists:
you can see that the cudnn64_9.dll is there, the ".." is not a problem as it is just a reference to the previous folder, from the paddle one! It is the third time I am installing everything in a different venv. |
The issue has no response for a long time and will be closed. You can reopen or new another issue if are still confused. From Bot |
import paddle时出现的错误
OSError: [WinError 127] 找不到指定的程序。 Error loading "D:\anaconda\envs\PaddleX\lib\site-packages\paddle..\nvidia\cudnn\bin\cudnn_adv_infer64_8.dll" or one of its dependencies.
该conda环境下已配置好cuda 和cudnn,并且在这个路径也找到了该文件
The text was updated successfully, but these errors were encountered: