-
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
[TooManyRedirects] Exceeded 30 redirects. #1033
Comments
I am also getting this error when trying to run |
@le717 May you retry? I ran it with the same command and it's fine. |
@drunkwcodes I just tried it again with a clean venv, created by poetry, and got the same error and debug output. I'm using Win 10 x64 and Py 3.6/3.7 x86. The weird thing is this used to work, as my original venv successfully added it. |
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! |
thx @josh-stableprice ! |
@josh-stableprice I just got a chance to try that and it seems to have fixed the issue. Thank you! Although hopefully the root issue can be found and fixed, it's good to know there is a (strange but working) workaround. |
Thanks for submitting this issue! Since this is a duplicate of the open issue #728, I will close this for now in order to keep the discussions regarding |
Seems there is an outage in PyPi judging from their status page. Probably not related to poetry. |
thanks for the information |
Thanks, Pypi is not working until now. |
luckily I could borrow the virtual environment of my team mate so I don't need to wait for this issue to get fixed :D |
the Pypi seems recovered by still have the same problem ` Exceeded 30 redirects. at ~/.poetry/lib/poetry/_vendor/py3.9/requests/sessions.py:166 in resolve_redirects ` i have cleared the cache but nothing changed I have exported a requirements file and installed with pip and everything work well |
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. |
Question
n poetry update in my project i get
I have attached the log for
poetry update -vvv
and hope that somebody can help me figure out the root of this problem.poetry log.txt
The text was updated successfully, but these errors were encountered: