PyPi is down
pypi.python.org
PyPi is down
1–6 of 6 posts
Re: PyPi is down
#2Use the following mirrors if needed:
http://{b,c,d,e,f}.pypi.python.org/
See: http://www.pip-installer.org/en/latest/index.html#mirror-sup...
Re: PyPi is down
#3Looks like mirrors are still up, to use with pip:
pip install -i http://d.pypi.python.org/simple [package]
Re: PyPi is down
#4Does not seem useful to post downages here in HN. Let's not do this.
Re: PyPi is down
#5If you care at all about being able to bring up new servers at mission-critical times, you should have local networked copies of every package that you would normally get from distro repos or PyPi.
Re: PyPi is down
#6PyPi is notoriously fragile, and is down an awful lot. That is why those of us who use it for deployment regularly use the mirrors.
In other words, this is not newsworthy.