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

pip install qiskit fails on Python 3.11 #8857

Closed
cclauss opened this issue Oct 9, 2022 · 5 comments
Closed

pip install qiskit fails on Python 3.11 #8857

cclauss opened this issue Oct 9, 2022 · 5 comments
Labels
type: feature request New feature or request

Comments

@cclauss
Copy link
Contributor

cclauss commented Oct 9, 2022

See: #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.

@cclauss cclauss added the type: feature request New feature or request label Oct 9, 2022
@jakelishman
Copy link
Member

jakelishman commented Oct 14, 2022

Thanks for your interest. We will add Python 3.11 support, but it is not likely to happen until some time after the final release of 3.11 - it's currently still in the release-candidate stage.

We're unlikely to start committing our own limited CI time to preparing 3.11 wheels until the majority of our dependencies have them (or at least the ones that don't reliably build from the sdist), since there would be little point for end users. You should be able to manually compile a version of qiskit-terra from source for Python 3.11 immediately if you follow the instructions in our contributing guide.

@cclauss
Copy link
Contributor Author

cclauss commented Oct 26, 2022

@jakelishman
Copy link
Member

Please be patient. I explained in the previous comment why there might be a delay in us releasing Python 3.11 support.

@cclauss
Copy link
Contributor Author

cclauss commented Oct 28, 2022

symengine/symengine.py#422 Is now fixed.

@cclauss cclauss changed the title pip install qiskit fails on Python 3.11 release candidate 2 pip install qiskit fails on Python 3.11 Oct 31, 2022
@cclauss
Copy link
Contributor Author

cclauss commented Oct 31, 2022

Closing in favor of #9028

@cclauss cclauss closed this as completed Oct 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants