quantumlib / qsim

Schrödinger and Schrödinger-Feynman simulators for quantum circuits.
Apache License 2.0
454 stars 151 forks source link

Python test failing due to `distutils` deprecation #632

Closed 95-martin-orion closed 1 year ago

95-martin-orion commented 1 year ago

python 3.12 no longer has a distutils package, which causes issues in our test workflow. We either need to pin our python version to pre-3.12 or replace our usage of distutils.

Seen in #630 and #631.