Skip to content
Discussion options

You must be logged in to vote

It is worth separating two things here, because one of them is working as documented and the other one is the actual bug.

What use-poetry-python = false actually promises

From the configuration docs:

By default, Poetry will use the activated Python version to create a new virtual environment. If set to true, the Python version used during Poetry installation is used.

Note what that says and what it does not. It says the activated interpreter. It does not say a compatible interpreter, and it never promised to go looking for one. On your Amazon Linux 2023 box the activated interpreter is 3.9, so with use-poetry-python = false that is what Poetry is told to use — regardless of what require…

Replies: 4 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@dotressel
Comment options

Comment options

You must be logged in to vote
1 reply
@dotressel
Comment options

Comment options

You must be logged in to vote
1 reply
@dotressel
Comment options

Answer selected by dotressel
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants