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
python 3.9.1 安装 pyqpanda 3.8.3.4 后 import 失败,提示 ImportError: DLL load failed while importing pyQPanda: 找不到指定模块.
ImportError: DLL load failed while importing pyQPanda
python -m pip install pyqpanda python -c "import pyqpanda"
pyqpanda可以正常运行
The text was updated successfully, but these errors were encountered:
你好,你可能少了VC必备的库,参考下图
完整地址: https://pyqpanda-toturial.readthedocs.io/zh/latest/2.pyqpanda%E7%AE%80%E4%BB%8B/index.html
Sorry, something went wrong.
No branches or pull requests
QPanda
基本信息
Bug是什么?
复现Bug的步骤?
建议的解决方案
pyQPanda
基本信息
python 3.9.1 安装 pyqpanda 3.8.3.4 后 import 失败,提示 ImportError: DLL load failed while importing pyQPanda: 找不到指定模块.
Bug是什么?
ImportError: DLL load failed while importing pyQPanda
复现Bug的步骤?
python -m pip install pyqpanda
python -c "import pyqpanda"
建议的解决方案
pyqpanda可以正常运行
The text was updated successfully, but these errors were encountered: