Love poetry! #8560
Unanswered
richard-hajek
asked this question in
General
Love poetry!
#8560
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hey,
For a bit of a background, I'm an experienced Python dev but I always hated dealing with packaging, dealing with python versions, pip versions, package versions. Creating new project was a chore. But poetry made it much easier! There are still some hurdles which took me a second to overcome, for example, it took me quite a while to understand that for a package to be considered compatible, it needs to be compatible with all possible Python versions as described by pyproject.toml and not just the one that's currently installed.
But what prompted me to write this, is integration with pyenv. No more manually switching versions for each project, just do poetry install and it will find its version in pyenv too! Great!
Beta Was this translation helpful? Give feedback.
All reactions