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
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.
The text was updated successfully, but these errors were encountered:
👋
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 a3.10.0
environment works fine.The text was updated successfully, but these errors were encountered: