[Distutils] parallel package

Phillip J. Eby pje at telecommunity.com
Fri Feb 2 07:18:34 CET 2007


At 02:09 AM 2/2/2007 +0100, =?ISO-8859-2?Q?Micha=B3_Kwiatkowski?= wrote:

>Going here works: http://python.org/pypi/parallel/0.2.1 .
>
>Doing this doesn't:
>
>$ easy_install parallel==0.2.1
>Searching for parallel==0.2.1
>Reading http://cheeseshop.python.org/pypi/parallel/
>Reading http://cheeseshop.python.org/pypi/parallel/0.2.3
>No local packages or download links found for parallel==0.2.1
>error: Could not find suitable distribution for
>Requirement.parse('parallel==0.2.1')

easy_install -f http://python.org/pypi/parallel/0.2.1 parallel==0.2.1



More information about the Distutils-SIG mailing list