-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Install Issue on m1 macs #179
Comments
It looks like the wheels are missing from pypi on arm64 macOS on the latest 1.1.1 release. The build job looks like it failed: https://github.com/boschmitt/tweedledum/actions/runs/1218553134 but it was long enough ago that the logs are gone. @boschmitt can you retrigger the job so we can see what the failure is? In the meantime you can probably just run |
Thanks @mtreinish. I will investigate this further. |
@mtreinish this does not work with arm64, I have the same issue.
|
I have had the same issue on an M1 MacBook with macOS Ventura 13.0.1. There is a workaround:
After you do this, pip will think you have satisfied the requirement for tweedledum (rather than tweedledum-dev) and so will allow you to install packages that depend on tweedledum. If this approach does not appeal to you, you can punt on virtual environment and use Anaconda, which also works. |
Describe the bug
Does not install on m1 macs.
Reproducible example code
Expected behavior
Successful installation.
Information
Additional context
I got this issue while installing qiskit which depends on tweedledum.
I can confirm that
pip install tweedledum==1.1.0
works butpip install tweedledum
doesn't.The text was updated successfully, but these errors were encountered: