-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Add a note discussing installing poetry with pipsi #318
Comments
I wasted some time because of this problem too. Now i just install poetry directly into every pyenv python. |
Just got bit by this too. A note would be great. Or even better, fixing the relevant issues. |
See #378 |
The documentation has been updated. But note that installing Poetry with pipsi is not the recommended method. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
As a Python dev, installing tools like
poetry
withpipsi
makes for a very convenient experience. However, the interaction between the currently availablepipsi
on PyPI and howpoetry
makes broken virtualenvs. This has been noted in a couple ofpoetry
GitHub issues already.A note in the
poetry
documentation, that describes installing viapipsi
, and how to handle the resulting broken envs, would be helpful for users wanting to install that way. While partially off topic (since the problem really isn't withpoetry
) it adds real value to the documentation.See also:
The text was updated successfully, but these errors were encountered: