-
Notifications
You must be signed in to change notification settings - Fork 169
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
Use wheels in pypi packaging #313
Comments
Stim doesn't use cibuildwheels to make the wheels, it uses cibuildwheels to verify that the source compiles on other platforms. You can use it to build the wheels, but I'm not confident they will generalize beyond the build machines when AVX instructions are involved. |
Merged
This has been resolved. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The goal of this issue is to resolve #242 and #259.
Currently,
pip install qsimcirq
requires building qsim locally. This is fine for Linux, but (as seen in the issues above) often encounters difficulty on MacOS and Windows. In order to resolve this, we need to replace the current packaging with a portable wheel as described by PEP 513.The text was updated successfully, but these errors were encountered: