-
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
Poetry cant resolve with git dependency #991
Comments
Did you know #736? |
@drunkwcodes i dont think it's the same problem |
I also have this problem. In my case its django from the git branch (the
The version of django changes depending on what the package is looking for, so the overall problem seems to be that poetry is not using the git version of a package (in my case django, in the OP, case werkzeug) to satisfy requirements in subsequent dependency resolution runs. EDIT: Clarified inadvertent use of dependencies when I meant dependent packages. |
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. |
I have
werkzeug
installed with git version and then addflask-jwt-extended
shows error thoughwerkzeug
is 1.0.0.dev0The text was updated successfully, but these errors were encountered: