Skip to content

Commit

Permalink
Avoid broken wheels for qcs-sdk-python
Browse files Browse the repository at this point in the history
The installation of `qcs-sdk-python==0.21.13` fails on Linux Python 3.10 with
`zipfile.BadZipFile: Bad CRC-32 for file 'qcs_sdk/qcs_sdk.cpython-310-x86_64-linux-gnu.so'`

Block new versions of qcs-sdk-python until this is fixed.

Ref: rigetti/qcs-sdk-rust#531
  • Loading branch information
pavoljuhas committed Mar 6, 2025
1 parent f98f4c7 commit a678e83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cirq-rigetti/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
pyquil>=4.14.3,<5.0.0

# TODO: remove after the fix of https://github.com/rigetti/qcs-sdk-rust/issues/531
qcs-sdk-python<=0.21.12

0 comments on commit a678e83

Please sign in to comment.