[Distutils] pip not grabbing latest PyPI version
Ethan Furman
ethan at stoneleaf.us
Thu Nov 6 15:53:44 CET 2014
[redirecting to list]
On 11/05/2014 10:30 AM, Ian Cordasco wrote:
> On Nov 5, 2014 12:24 PM, "Ethan Furman" wrote:
>>
>> I have four packages on PyPI: antipathy, dbf, pandaemonium, and scription.
>>
>> `pip install --upgrade` works for three of them, but for scription it continually grabs an older release (0.53, I think).
>>
>> Any ideas what might be wrong?
>
> Is the newest version a pre-release?
No, but that was the clue I need, thanks!
0.53.0 is a higher version than 0.7.0. Doh.
Changing that to 0.70.1 now...
Thanks for the help!
--
~Ethan~
More information about the Distutils-SIG
mailing list