We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
windows11安装paddlepaddle后报错ImportError: DLL load failed while importing libpaddle: 找不到指定的模块。
1、paddlepaddle版本2.6.1 python版本3.10.11 2、设备规格、系统规格
The text was updated successfully, but these errors were encountered:
你好,可以先尝试使用一下3.0.0b2版本的paddle,https://www.paddlepaddle.org.cn/
python -m pip install paddlepaddle-gpu==3.0.0b2 -i https://www.paddlepaddle.org.cn/packages/stable/cu118/
麻烦再提供一下你系统的显卡型号,nvidia-smi的driver版本信息? 此外,在windows环境下,推荐你可以使用anaconda安装paddlepaddle(可以解决大部分环境问题)
conda install paddlepaddle-gpu==3.0.0b2 paddlepaddle-cuda=11.8 -c paddle -c nvidia
Sorry, something went wrong.
1、用上述方式无法解决
@wydahai-afk 你可以先看一下系统有没有装CUDA,从上面的截图看,感觉你系统没有装CUDA,https://blog.csdn.net/YYDS_WV/article/details/137825313, 安装完成后,请使用下面的命令,检查是否安装成功
import paddle paddle.utils.run_check()
JunnYu
No branches or pull requests
问题描述 Issue Description
windows11安装paddlepaddle后报错ImportError: DLL load failed while importing libpaddle: 找不到指定的模块。
版本&环境信息 Version & Environment Information
1、paddlepaddle版本2.6.1
python版本3.10.11
2、设备规格、系统规格
The text was updated successfully, but these errors were encountered: