-
Notifications
You must be signed in to change notification settings - Fork 5
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
Some wheels published fail to install with "BadZipFile - Bad CRC-32 for file" #531
Comments
Starting in the repo root directory, running either of the following
Then this setup
Makes this complete successfully
... since this is the case, maybe we can override the |
+1 - there seems to be the same issue for the recently released Can you please yank out the broken files from the PyPI release? |
The wheel installation fails on Windows Python 3.12 with `Bad CRC-32 for file 'qcs_sdk/qcs_sdk.cp312-win_amd64.pyd'` Revert after the fix of rigetti/qcs-sdk-rust#531
The wheel installation fails on Windows Python 3.12 with `Bad CRC-32 for file 'qcs_sdk/qcs_sdk.cp312-win_amd64.pyd'` Revert after the fix of rigetti/qcs-sdk-rust#531
Found during rigetti/pyquil#1817
This may only affect some platforms and versions, but can be reproduced by:
docker run -it --platform="linux/x86_64" python:3.9 pip install qcs-sdk-python
Resulting in:
The text was updated successfully, but these errors were encountered: