-
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
typing
breaks local package installs
#3020
Comments
@awilkins please refer to https://python-poetry.org/blog/announcing-poetry-1-1-0.html#directory-dependencies-are-now-non-editable-by-default Seems pip relies on a particular version of |
They seem to acknowledge that even doing this is a bug in this one Adding |
@awilkins closing this as it seems this might not be a poetry issue as things stand. |
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. |
-vvv
option).Issue
Installing
typing
as a direct or transitive dependency breaks pip in Python versions 3.5+ as per this issue.This seems to break installing local packages from relative paths in poetry 1.1.0 but not 1.0.10
Looking at the stack trace I can see that 1.1.0 is running pip out of the project virtualenv, not it's own virtualenv. As I understood it, Poetry "vendorizes it's dependencies" to avoid this, which doesn't seem consistent with running pip from a virtualenv you are managing.
Reproduce
The text was updated successfully, but these errors were encountered: