The current development requirements in dev_tools/requirements/dev.env.txt do not work, because pylatex~=1.3.0 does not install on Python 3.12.1. There may be possibly more incompatible packages which were enqueued for installation after pylatex.
$ pip3.12 install "pylatex~=1.3.0"
...
AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'?
[end of output]
Cirq version
1.4.0.dev at c3de7064224b8c2aec91646e83184b03b35b2010
Description of the issue
The current development requirements in dev_tools/requirements/dev.env.txt do not work, because pylatex~=1.3.0 does not install on Python 3.12.1. There may be possibly more incompatible packages which were enqueued for installation after pylatex.
Cirq version
1.4.0.dev at c3de7064224b8c2aec91646e83184b03b35b2010