Qiskit Aer仅在win64的pypi上发布为预编译二进制文件,所以当您运行python pip时,它会查看pip install qiskit-aer的pypi上可用的预编译二进制文件,并且看不到任何与运行它的python win32兼容的预编译二进制文件。然后,它会退回到使用sdist (源包)并尝试从源代码安装它。不幸的是,aer构建系统有点混乱,特别是在...
bash pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple # 设置清华源为pip的默认源 更新pip:确保你的pip版本是最新的,有时候旧版本的pip可能会导致安装失败。 bash pip install --upgrade pip 按照以上步骤,你应该能够成功安装Qiskit并开始你的量子计算之旅。
setup.py Add README as pypi long description (Qiskit#778) Jun 2, 2020 tox.ini Attempt to speedup azure pipelines execution (Qiskit#756) May 29, 2020 Repository files navigation README Code of conduct License Qiskit Aer Qiskit is an open-source framework for working with noisy quantum computer...
Add README as pypi long description (#778) Jun 2, 2020 Makefile.Thrust GPU enabled Qiskit Aer by using Thrust Feb 1, 2020 README.md Release 0.7.0 (#993) Oct 16, 2020 azure-pipelines.yml Pin numpy version in release binary builds (#1131) ...
Add README as pypi long description (#778) 5年前 Makefile.Thrust GPU enabled Qiskit Aer by using Thrust 5年前 README.md Release 0.7.0 (#993) 4年前 azure-pipelines.yml Remove cache step from azure-pipelines windows jobs (#1029)
Similarly, we’ve moved theqiskit.BasicAermodule toqiskit.providers.basic_providerand renamed a few of its classes. We’ve removed theqiskit.execute()function. This was a wrapper around the run and transpile functionalities, so now you’ll have to runtranspile— with the appropriate options —...
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple 此时我们将清华的源设置为了pip的默认源。大家可以自行搜索“pip源”查看其他可用的国内源。 如果你前面安装Qiskit失败了,此时再执行下安装Qiskit的指令,下载速度应该起飞了。我们需要再安装一个package来使用量子电路可视化的功能: ...
I have not analysed the upstream status of qiskit-aer. If it will require similar new dependencies I wonder whether we should remove both packages. While it seems to be not very hard to fix the RC bugs in both packages it does not make much sense to fix very outdated software. ...
One solution is building Aer 0.1.1 from source and then installing QIS. Other is installing a previous version of QIS. You can find that from the PyPI website. Yes 0 No Permanently deleted user Comment actions Thanks Abhinav, I tried a bit more on this subject: ...
(line 1)) Using cached qiskit_terra-0.19.1-cp39-cp39-macosx_10_9_universal2.whl (5.8 MB) Collecting qiskit-aer==0.10.2 (from qiskit==0.34.1->-r requirements2.txt (line 1)) Using cached qiskit-aer-0.10.2.tar.gz (6.5 MB) Running command pip subprocess to install build dependencies...