yoheinakajima / mindgraph

proof of concept prototype for generating and querying against an ever-expanding knowledge graph with ai
839 stars 105 forks source link

Documentation lists incorrect Python version #12

Open deadbits opened 4 months ago

deadbits commented 4 months ago

:wave:

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.