yoheinakajima/mindgraph

Documentation lists incorrect Python version

Opened this issue ยท 0 comments

๐Ÿ‘‹

Just a heads up, when running poetry install I was met with an error message that Python 3.11.7 is not allowed by the project although the README lists 3.6 and above. Changing to a 3.10.0 environment works fine.

$ python --version 
Python 3.11.7
$ poetry install 
Current Python version (3.11.7) is not allowed by the project (>=3.10.0,<3.11).
Please change python executable via the "env use" command.