[Distutils] easy_install not choosing source package on pypi

P.J. Eby pje at telecommunity.com
Fri Oct 29 23:17:54 CEST 2010


At 11:58 AM 10/29/2010 -0700, Tom Miller wrote:
>Great, thanks.  I guess there's no way to tell easy_install to look 
>for a specific extension?  Or to use the file hosted at pypi?

If you're the person doing the installing, then of course you can 
manually specify a URL, or use "easy_install googlecl==0.9.11" to 
force the right file to be selected.

However, if you're the package author and want to fix it for 
everybody, you can either rename the non-applicable file, or remove 
the Home Page link from the PyPI pages that it's on.  (You'd have to 
remove it from every version you've ever published on PyPI, though, 
even if it's an inactive one.)



More information about the Distutils-SIG mailing list