Archive

Posts Tagged ‘mirror’

Install a package via pip even if PyPI is down

December 2, 2012 Leave a comment

Problem
PyPI is down but still, you want to install a package.

Solution
Use a mirror, e.g. Create.io:

sudo pip install -i http://simple.crate.io/ <package_name>
Categories: python Tags: , , , ,
Design a site like this with WordPress.com
Get started