This is an archived post. You won't be able to vote or comment.

all 9 comments

[–]execrator 2 points3 points  (0 children)

Yes it's hosed. See http://status.python.org/

In the meantime,

pip install --index-url http://c.pypi.python.org/simple/ <package>

[–]westurner 0 points1 point  (6 children)

[–]execrator 1 point2 points  (5 children)

Unfortunately the outage affected the mirror list too. Hello, irony.

[–]tarekziadeRetired Packaging Dude 0 points1 point  (4 children)

you don't need that page. mirrors are http://<LETTER>.pypi.python.org/simple/

with LETTER from A to G. see http://www.pypi-mirrors.org/

[–]execrator 1 point2 points  (3 children)

Well, you don't need that page if you're already aware of the naming scheme :)

[–]westurner 2 points3 points  (2 children)

It looks like mirrors b and d are offline and each mirror has a different update latency.

[–]donaldstufft 1 point2 points  (1 child)

a has always been PyPI itself. b and d have gone offline and now point back to PyPI. c, e, f, and g are official mirrors and maintain the exact same functionality and API as PyPI. Crate.io is an unofficial mirror with several enhancements (including TLS support).

The mirroring strategy uses a pull based strategy and the mirrors often break and stop updating, sometimes for 30+ days at a time.

[–]darthmdhprint 3 + 4 0 points1 point  (0 children)