You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fixes#624
the docker CI failes due to a mismatch between system packages scientific libraries (e.g. numpy) installed by `python3-pybind11` and those required by Cirq. Fix by allowing Cirq to override those packages' versions. This is the same as we had before with the `--force` flag which doesn't seem to work anymore, instead I'm using `a virtualenv
---
fixes#625
these were broken due to an update to the LLVM library which broke the compilation step https://bugs.llvm.org/show_bug.cgi?id=27310. Fix is to upgrade libc-bin.
---
fixed#627 internally
by the time
qsim/pybind_interface/Dockerfile
Line 9 in 235ae2f
qsim/pybind_interface/Dockerfile
Line 5 in 235ae2f
The
--force
doesn't help because this is a conflict between a pip backage (for cirq) and a system package.Example https://github.com/quantumlib/qsim/actions/runs/5914985909/job/16076067832?pr=621
The text was updated successfully, but these errors were encountered: