-
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
Request: Specify a longer timeout, similar to pip --timeout <seconds>
#2200
Comments
I'd also like to see this. I'm having significant issues trying to use poetry with a private repo (I've followed the documentation and several associated issues), and it's difficult to test variations with the timeout is set too high. I really like the features that poetry provides, but it's a little disappointing that some of the basic features of pip are not available in v1. |
I was able to workaround the timeout via Still, would be nice for a direct implementation in Poetry 👌 |
Seems that Found the place to fix it: |
Duplicating onto #6009 as it better reflects the current state of the code. |
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. |
Feature Request
For devices with unstable internet connection,
poetry
can fail when usinginstall
orupdate
. This can be solved by exportingPIP_DEFAULT_TIMEOUT
. But since in the roadmap specifies thatpip
will be dropped in the future a command line option for specifying this option could be implemented. The option could be implemented as follows:The text was updated successfully, but these errors were encountered: