-
Notifications
You must be signed in to change notification settings - Fork 175
Installing qsimcirq~=0.14.0 on Python Docker image tagged 3.10-alpine failed #567
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
Comments
Based on reading the thread above, it looks like this issue can't be resolved? |
This looks similar to #537, which tells me your guess about @pavoljuhas, could you investigate whether it is possible to add a |
The cibuildwheel which we use should be in theory capable of producing musllinux wheels. To be worth the effort, we need to make sure that qsimcirq dependencies can be installed on a musl-based system as well. @rht - can you please check if you can install all packages from qsim requirements.txt?
|
I tested on
and found out that Numpy doesn't support |
I suppose this is a no go at this time. Feel free to reopen when numpy wheels are available for musllinux. |
OK, thank you. I will let you guys know once that Numpy issue is closed and the wheel has made it into a release. |
I suppose this is because the more recent wheels don't support Alpine's
musl
?The text was updated successfully, but these errors were encountered: