Archive

Posts Tagged ‘create.io’

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