Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation lists incorrect Python version #12

Open
deadbits opened this issue May 3, 2024 · 0 comments
Open

Documentation lists incorrect Python version #12

deadbits opened this issue May 3, 2024 · 0 comments

Comments

@deadbits
Copy link

deadbits commented May 3, 2024

👋

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant