-
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 tries to reinstall from git when using annotated tags as references #1916
Comments
Would you guys need help with this? If you have it covered, no worries, just trying to offer help when I can, awesome library :) (PS: I've switched to non-annotated tags so it's not pressing for me, but I don't want others to encounter this :) ) |
Hello @jrmlhermitte , we appreciate any help. So if you like to work on this issue, just go on. 👍 Thank you for your help! fin swimmer |
@finswimmer I think #1948 is all we need. I would like to poetry install poetry from a virtual environment and then poetry install another package from this environment. Would that be the right way to do it? |
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 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: Debian Buster
Poetry version: 1.0.2
Link of a Gist with the contents of your pyproject.toml file: https://gist.github.com/jrmlhermitte/bbfda76d59b820560bf2ff4a1e57d42d
Issue
This came from a discussion on issue #691
If we re-run the gist included above, poetry will try re-installing the referred library, even though the git tag has not changed.
This was discovered on the issue mentioned above. Here is the reply from @bibz
Would it be possible to investigate this, and possibly change the behaviour to not re-install the package?
Thanks for the great work on this wonderful library, keep it up!
The text was updated successfully, but these errors were encountered: