poetry: [TooManyRedirects] Exceeded 30 redirects.
- I have searched the issues of this repo and believe that this is not a duplicate.
- I have searched the documentation and believe that my question is not covered.
Question
n poetry update in my project i get
[TooManyRedirects]
Exceeded 30 redirects.
I have attached the log for poetry update -vvv
and hope that somebody can help me figure out the root of this problem.
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Reactions: 9
- Comments: 15 (1 by maintainers)
Seems there is an outage in PyPi judging from their status page. Probably not related to poetry.
https://status.python.org/
Have you tried the “fix” from #728 of clearing the cache. Just worked for me, and is something that needs to be fixed.
Awesome, that fixed my problem! That hint might be displayed along with the too many redirects error?