Missing 1.1.1 tarball on PyPI

Hi,

There does not seem to be an actual tarball of matplotlib 1.1.1 on PyPI at http://pypi.python.org/pypi/matplotlib/1.1.1 … Maybe I’m the only person who still likes to easy_install my matplotlib :slight_smile:

L.

I swear, if I had a nickel for every time we try releasing a new version of mpl and it doesn’t quite work with pypi, I’d have about a dollar…

Ben Root

···

On Fri, Aug 24, 2012 at 5:23 AM, Ludwig Schwardt <ludwig.schwardt@…149…> wrote:

Hi,

There does not seem to be an actual tarball of matplotlib 1.1.1 on PyPI at http://pypi.python.org/pypi/matplotlib/1.1.1 … Maybe I’m the only person who still likes to easy_install my matplotlib :slight_smile:

L.

Sorry about that. PyPI is a bear.

It seems to finally be uploaded correctly, and "pip install matplotlib" is working for me. Can you please confirm?

Mike

···

On 08/24/2012 05:23 AM, Ludwig Schwardt wrote:

Hi,

There does not seem to be an actual tarball of matplotlib 1.1.1 on PyPI at matplotlib · PyPI ... Maybe I'm the only person who still likes to easy_install my matplotlib :slight_smile:

L.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/

_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
matplotlib-devel List Signup and Options

Sorry about that. PyPI is a bear.

It seems to finally be uploaded correctly, and "pip install
matplotlib" is working for me. Can you please confirm?

OP mentioned easy_install. Is there a difference between this and pip?

···

On Fri, Aug 24, 2012 at 09:03:48AM -0400, Michael Droettboom wrote:

Mike

On 08/24/2012 05:23 AM, Ludwig Schwardt wrote:
>Hi,
>
>There does not seem to be an actual tarball of matplotlib 1.1.1 on
>PyPI at http://pypi.python.org/pypi/matplotlib/1.1.1 ... Maybe I'm
>the only person who still likes to easy_install my matplotlib :slight_smile:
>
>L.

--
Damon McDougall
http://www.damon-is-a-geek.com
B2.39
Mathematics Institute
University of Warwick
Coventry
West Midlands
CV4 7AL
United Kingdom

They use the same PyPI database, so if one is able to find the file, I would assume the other can. I don't use easy_install, and didn't have it handy, so I only tested with pip.

Mike

···

On 08/24/2012 09:31 AM, Damon McDougall wrote:

On Fri, Aug 24, 2012 at 09:03:48AM -0400, Michael Droettboom wrote:

Sorry about that. PyPI is a bear.

It seems to finally be uploaded correctly, and "pip install
matplotlib" is working for me. Can you please confirm?

OP mentioned easy_install. Is there a difference between this and pip?