You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the release of qiskit-aer0.14.1 no Python wheels for Python 3.9 on arm64 macOS have been uploaded to PyPI.
Steps to reproduce the problem
Try to pip install qiskit-aer on arm64 macOS under Python 3.9. It will try to build from the sdist instead of downloading a pre-built wheel.
What is the expected behavior?
Pre-built wheels have been available before 0.14.1. So if there is no big reason for omitting the 3.9 arm64 macOS wheel, such a wheel should be uploaded to PyPI.
Suggested solutions
Check the CD PyPI publishing pipeline, why the specific wheel is not produced anymore.
The text was updated successfully, but these errors were encountered:
#2106 skips Python 3.8 and 3.9 because macos-latest has become causing CI fails, is there any better way to support 3.8 and 3.9 for arm64 macos ?
You might have been hit by actions/setup-python#808 back then. However, this situation has been resolved and both, Python 3.8 and 3.9, are now available on the macos-latest runners via setup-python and work smoothly.
Informations
0.14.1
What is the current behavior?
Since the release of
qiskit-aer
0.14.1
no Python wheels for Python 3.9 on arm64 macOS have been uploaded to PyPI.Steps to reproduce the problem
Try to
pip install qiskit-aer
on arm64 macOS under Python 3.9. It will try to build from the sdist instead of downloading a pre-built wheel.What is the expected behavior?
Pre-built wheels have been available before
0.14.1
. So if there is no big reason for omitting the 3.9 arm64 macOS wheel, such a wheel should be uploaded to PyPI.Suggested solutions
Check the CD PyPI publishing pipeline, why the specific wheel is not produced anymore.
The text was updated successfully, but these errors were encountered: