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

Missing cp39-cp39-macosx_11_0_arm64 wheels since 0.14.1 #2167

Open
burgholzer opened this issue Jun 6, 2024 · 3 comments
Open

Missing cp39-cp39-macosx_11_0_arm64 wheels since 0.14.1 #2167

burgholzer opened this issue Jun 6, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@burgholzer
Copy link

Informations

  • Qiskit Aer version: Starting from 0.14.1
  • Python version: CPython 3.9
  • Operating system: macOS arm64

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.

@burgholzer burgholzer added the bug Something isn't working label Jun 6, 2024
@doichanj
Copy link
Collaborator

doichanj commented Jun 6, 2024

#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 ?

@burgholzer
Copy link
Author

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

@doichanj
Copy link
Collaborator

doichanj commented Jun 6, 2024

OK I will remove skipping them, thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants