-
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
Resolving dependencies are slow #819
Comments
It seems that PyPi has been struggeling the last few weeks. It would help if we could pass the --use-mirrors flag to poetry |
Even aside from network or PyPI issues, sometimes clearing out the cache from |
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 understand that this was asked here however my issue is not due to my internet.
I have a private pypi server that we store libs and packages on. I am constantly updating libraries and then updating projects with the new library versions.
I've recently upgraded poetry to the latest version on my macOs Mojave and I found that simply doing
poetry add X
takes REALLY long, up to three or four minutes.Here is an example of
pip freeze
Here is the output of upgrading a simple self hosted package
Please bare in mind that I updated a different package in this project just a few minutes before updating the above
The text was updated successfully, but these errors were encountered: