Skip to content

Should I pip install poetry ? #3946

Answered by abn
aahnik asked this question in Q&A
Apr 14, 2021 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

It really depends on your use case.

If this is for your workstation, I would generally advice using either the install-poetry.py script, or pipx (personal favorite). The rationale for this is that when using your system-site (or user-site), you are installing dependencies along with the package into a shared site, this means installing package A (1.0.2) might install package B (1.0.0); and then later installing package C (3.0.0) might install package B (0.5.0) because it is not compatible with B (1.0.0). This might cause package A to fail. These sort of conflicts are more common in longer lived and/or shard purpose environments; like developer machines. This ensures poetry does nto break …

Replies: 1 comment 1 reply

Comment options

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

Answer selected by aahnik
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants