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

qiskit-aer is failing to install in my Windows Github Action #2211

Open
qci-amos opened this issue Aug 23, 2024 · 2 comments
Open

qiskit-aer is failing to install in my Windows Github Action #2211

qci-amos opened this issue Aug 23, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@qci-amos
Copy link

qci-amos commented Aug 23, 2024

Informations

  • Qiskit Aer version:

0.15

  • Python version:
  Successfully set up CPython (3.11.9)
  • Operating system:
Microsoft Windows Server 2022
  10.0.203[4]

It's looking for the "win_amd64.whl" wheel.

What is the current behavior?

  ERROR: Failed building wheel for qiskit-aer

Steps to reproduce the problem

What is the expected behavior?

I would expect Qiskit Aer to come bundled with a usable wheel for vanilla Windows GitHub Actions.
Qiskit 0.14 worked fine.

Suggested solutions

@qci-amos qci-amos added the bug Something isn't working label Aug 23, 2024
@qci-amos
Copy link
Author

For what it's worth, maybe the problem is that instead of this:

name: Build qiskit-aer wheels
strategy:
matrix:
os: ["macos-13", "ubuntu-latest", "windows-2019"]

I use windows-latest.

@qci-amos
Copy link
Author

Since writing up this issue, my GHA have started passing on qiskit-aer 0.15. I don't know what changed to fix it.

I'll leave this open as an fyi in case you suspect there could be an issue, but otherwise feel free to close it.

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

1 participant