Qiskit / qiskit-aer

Aer is a high performance simulator for quantum circuits that includes noise models
https://qiskit.github.io/qiskit-aer/
Apache License 2.0
503 stars 361 forks source link

Source wheels / Linux aarch64 wheels #1872

Open CQSpranger opened 1 year ago

CQSpranger commented 1 year ago

Informations

What is the current behavior?

From 0.12.1 on, there are no wheels on pypi for Linux (Debian bullseye) aarch64. Also, there is no source wheel.

For the older release 0.12.0 there are suitable wheels, e.g. qiskit_aer-0.12.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl, as well as the sources qiskit-aer-0.12.0.tar.gz

For running inside a Docker container, I have to either revert to the older version 0.12.0 or clone the repository and locally build the wheels.

Steps to reproduce the problem

Look up https://pypi.org/project/qiskit-aer/0.12.1/#files https://pypi.org/project/qiskit-aer/#files

What is the expected behavior?

Binary wheels for manylinux/aarch64, as well as source wheel on pypi.

Suggested solutions

Build missing wheels and push them to pypi.

hhorii commented 1 year ago

Thank you for your reporting. Unexpectedly, uploading sdist and wheel on aarch64 were failed in deployment workflow for 0.12.2. I will rerun failed workflow.

vanyae-cqc commented 1 year ago

Hey looks like it may have failed again - any chance of building the missing wheels please?