-
Notifications
You must be signed in to change notification settings - Fork 968
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
pip install stuck #6089
Comments
There was a major internet outage yesterday, here's our CDN's status report on it: https://status.fastly.com/incidents/bjnqv5zrk0x2 This should be resolved now, can you confirm whether or not you're still experiencing this @NotJohs? |
@di |
For all those it may concern While this issue persists, I have done a workaround; installing packages directing from the git repo.Installing flask requires werkzeug (werkzeug collection process encounters this connection problem) so installing werkzeug manually would enable the smooth installation of flask.
$ pip install -U https://github.com/pallets/werkzeug/archive/0.15.4.tar.gz
Finally:
|
Can you try running |
installed successfully:
|
@di Please if you don't mind, why did this work? I thought it was network related? |
Seems like this is due to pypa/pip#3532. Looks like there are some suggestions in that thread which might permanently resolve this for you. I'm going to close this issue since this isn't related to PyPI, but thanks for the report! |
@di Thanks a lot for your time. I really appreicate it. |
My Platform
Network telemetry
DNS Resolution
Traceroutes
IPv4
IPv6 (If available)
traceroute6 pypi.org traceroute6: Warning: pypi.org has multiple addresses; using 2a04:4e42:200::223 connect: No route to host
traceroute6 files.pythonhosted.org traceroute6: Warning: dualstack.r.ssl.global.fastly.net has multiple addresses; using 2a04:4e42:600: :319 connect: No route to host
HTTPS Requests
IPv4
IPv6 (If available)
TLS Debug
IPv4
IPv6 (If available)
The text was updated successfully, but these errors were encountered: