Skip to content
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

windows11安装paddlepaddle后报错ImportError: DLL load failed while importing libpaddle: 找不到指定的模块。 #69236

Open
wydahai-afk opened this issue Nov 8, 2024 · 3 comments
Assignees
Labels
status/new-issue 新建 type/build 编译/安装问题

Comments

@wydahai-afk
Copy link

wydahai-afk commented Nov 8, 2024

问题描述 Issue Description

windows11安装paddlepaddle后报错ImportError: DLL load failed while importing libpaddle: 找不到指定的模块。
image

版本&环境信息 Version & Environment Information

1、paddlepaddle版本2.6.1
python版本3.10.11
2、设备规格、系统规格
image
image

@wydahai-afk wydahai-afk added status/new-issue 新建 type/build 编译/安装问题 labels Nov 8, 2024
@JunnYu
Copy link
Member

JunnYu commented Nov 8, 2024

你好,可以先尝试使用一下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

@wydahai-afk
Copy link
Author

wydahai-afk commented Nov 11, 2024

1、用上述方式无法解决
image

@JunnYu
Copy link
Member

JunnYu commented Nov 11, 2024

@wydahai-afk 你可以先看一下系统有没有装CUDA,从上面的截图看,感觉你系统没有装CUDA,https://blog.csdn.net/YYDS_WV/article/details/137825313,
安装完成后,请使用下面的命令,检查是否安装成功

import paddle
paddle.utils.run_check()

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/new-issue 新建 type/build 编译/安装问题
Projects
None yet
Development

No branches or pull requests

2 participants