Tommy Naugle created MAHOUT-2207: ------------------------------------ Summary: Qumat allowed python versions incompatible with latest cirq Key: MAHOUT-2207 URL: https://issues.apache.org/jira/browse/MAHOUT-2207 Project: Mahout Issue Type: Bug Components: build-qumat Reporter: Tommy Naugle
When running poetry install on the latest qumat, I get the following error: {quote}The current project's supported Python range (>=3.8,<4.0) is not compatible with some of the required packages Python requirement: - cirq requires Python >=3.9.0, so it will not be satisfied for Python >=3.8,<3.9.0 {quote} This is because cirq 1.3.0 requires python >= 3.9.0 and the current poetry.toml specifies python="^3.8" -- This message was sent by Atlassian Jira (v8.20.10#820010)