pip install qiskit fails on Python 3.11
See original GitHub issueSee: #9028
What should we add?
pip install qiskit
fails on Python 3.11 release candidate 2 because of symengine/symengine.py#422
https://www.python.org/download/pre-releases
The Faster CPython Project is already yielding some exciting results. Python 3.11 is up to 10-60% faster than Python 3.10. On average, we measured a 1.22x speedup on the standard benchmark suite. See Faster CPython for details.
Issue Analytics
- State:
- Created a year ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Installing qiskit with `pip install qiskit` gives `ERROR
I have created a virtual environment by virtualenv (not conda ) and tried to install qiskit by: pip install qiskit.
Read more >pip install qiskit errors - python - Stack Overflow
To do this I'm using pyenv running python 3.8.7 so if I run python -V i get the output python 3.8.7 . Still...
Read more >Release Notes — Qiskit 0.36.0 documentation
Qiskit Metapackage Version qiskit‑terra qiskit‑aer qiskit‑ignis qiskit‑ibmq‑provider Release...
0.36.0 0.20.0 0.10.4 0.7.0 0.19.0 2022‑04...
0.35.0 0.20.0 0.10.3 0.7.0 0.18.3 2022‑03...
0.34.2 0.19.2 0.10.3 0.7.0 0.18.3 2022‑02......
Read more >qiskit-terra · PyPI
We encourage installing Qiskit via pip . The following command installs the core Qiskit components, including Terra. pip install qiskit.
Read more >Error when calling device() - PennyLane Help
ERROR : Command errored out with exit status 1: python setup.py ... pip install git+https://github.com/PennyLaneAI/pennylane-qiskit.git.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Please be patient. I explained in the previous comment why there might be a delay in us releasing Python 3.11 support.
Closing in favor of #9028