-
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
Install/update inconsistency #2080
Closed
3 tasks done
Ampretuzo opened this issue
Feb 24, 2020
· 3 comments
· Fixed by python-poetry/poetry-core#78 or #2887
Closed
3 tasks done
Install/update inconsistency #2080
Ampretuzo opened this issue
Feb 24, 2020
· 3 comments
· Fixed by python-poetry/poetry-core#78 or #2887
Labels
kind/bug
Something isn't working as expected
Comments
Can reproduce with the following package (that has a dependency on
|
This was referenced Jun 11, 2020
Also similar to #1614 |
This was referenced Sep 3, 2020
Merged
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am on the latest Poetry version.
I have searched the issues of this repo and believe that this is not a duplicate.
If an exception occurs when executing a command, I executed it again in debug mode (
-vvv
option).OS version and name: 4.19.102-1-MANJARO
Poetry version: 1.0.3
Link of a Gist with the contents of your pyproject.toml file: https://gist.github.com/Ampretuzo/ec19d2378187586421d16045b35755b3
Issue
I have single library dependency in
pyproject.toml
-google-cloud-ndb==1.0.1
.When I run
poetry install
in a fresh project, everything goes well: library is installed and I can import/use it as usual.However, when I do
poetry update
right afterpoetry install
, poetry removesgrpcio
.That could be a systematic bug in dependency resolution (note that
grpcio
is marked as extra dependency for several packages:googleapis-common-protos
,google-cloud-core
,google-api-core
).To my understanding, updating a few seconds after fresh install should not do anything.
Follow these steps:
The text was updated successfully, but these errors were encountered: