-
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
Missing git crashes the installation, even if not needed at all #2694
Comments
Much better error messaging required here.. or pre-check for git |
This should be resolved with #5428. Additionally, the OP's issue would also go away with including the lockfile in the build step. Otherwise, poetry will try to resolve metadata again. |
Many thanks, do you know when there will be a new pypi release? |
Hopefully very soon. We are working towards that at the moment. |
Its also an issue for me when installing dependencies from own git repos |
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).DockerFile:
Issue
I would expect that the docker build works because the git dependency is a dev dependency and I asked for a --no-dev install. But poetry fails with this error:
Also, the error could be better.
Thanks!
The text was updated successfully, but these errors were encountered: