quantumlib / Cirq

A Python framework for creating, editing, and invoking Noisy Intermediate Scale Quantum (NISQ) circuits.
Apache License 2.0
4.24k stars 1.01k forks source link

CI Pytest Windows fails because cirq_rigetti does not install #6684

Closed pavoljuhas closed 1 month ago

pavoljuhas commented 1 month ago

Description of the issue

cirq-rigetti requires pyquil which requires qcs-sdk-python. qcs-sdk-python distributed binary windows wheels for version 0.19.0, but not for recent versions 0.19.1 or 0.19.2. As a result CI run on Windows attempts to build qcs-sdk-python from source tarball which fails.

Cirq version

1.5.0.dev at c58a05c38455c4d3beb2814b7ee40882bef45f88. The problem started with qcs-sdk-python release 0.19.1 on July 26, 2024