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

ImportError: DLL load failed while importing pyQPanda #241

Open
kylezhou1992 opened this issue Aug 26, 2024 · 1 comment
Open

ImportError: DLL load failed while importing pyQPanda #241

kylezhou1992 opened this issue Aug 26, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@kylezhou1992
Copy link

kylezhou1992 commented Aug 26, 2024

QPanda

基本信息

  • QPanda 版本
  • 操作系统

Bug是什么?

复现Bug的步骤?

建议的解决方案

pyQPanda

基本信息

python 3.9.1 安装 pyqpanda 3.8.3.4 后 import 失败,提示 ImportError: DLL load failed while importing pyQPanda: 找不到指定模块.

  • pyQPanda 版本:3.8.3.4
  • Python 版本:3.9.1
  • 操作系统:win10

Bug是什么?

ImportError: DLL load failed while importing pyQPanda

复现Bug的步骤?

python -m pip install pyqpanda
python -c "import pyqpanda"

建议的解决方案

pyqpanda可以正常运行

@kylezhou1992 kylezhou1992 added the bug Something isn't working label Aug 26, 2024
@ArrowYL
Copy link
Contributor

ArrowYL commented Sep 18, 2024

你好,你可能少了VC必备的库,参考下图
image

完整地址:
https://pyqpanda-toturial.readthedocs.io/zh/latest/2.pyqpanda%E7%AE%80%E4%BB%8B/index.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

7 participants
@kylezhou1992 @ArrowYL and others