Skip to content

Cirq fails to install on Python for Windows ARM64 #8059

@billti

Description

@billti

Cirq fails to install on Python for Windows ARM64.

The issue is that cirq has a dependency on Requires-Dist: cirq-google==1.6.1 which has a dependency on Requires-Dist: typedunits, and typedunits doesn't have a binary wheel for Windows ARM64 or a source only wheel to build from (see https://pypi.org/project/typedunits/0.0.2/#files), so the install fails.

p.s. I'd also note the transitive pandas dependency is still on < 3 also, which has no binary Windows ARM64 build but does have a source wheel, so it installs but the build takes forever. A move to pandas >= 3 at some point would help here (as it has binary wheels for Windows ARM64).

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bug-reportSomething doesn't seem to work.triage/acceptedA consensus emerged that this bug report, feature request, or other action should be worked on

    Type

    No type

    Projects

    Status

    Waiting

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions