matplotlib1.0 via easy_install

Hi there,

I try to install matplotlib 1.0 via easy install. But a simple

   easy_install -U matplotlib

produces this, effectively installing 0.99.1

   Searching for matplotlib
   Reading http://pypi.python.org/simple/matplotlib/
   Reading http://matplotlib.sourceforge.net
   Reading
http://sourceforge.net/project/showfiles.php?group_id=80706&package_id=82474
   Reading
https://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.0
   Reading
https://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-0.99.3/
   Reading http://sourceforge.net/project/showfiles.php?group_id=80706
   Reading
https://sourceforge.net/project/showfiles.php?group_id=80706&package_id=278194
   Reading
https://sourceforge.net/project/showfiles.php?group_id=80706&package_id=82474
   Reading
https://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-0.99.1/
   Best match: matplotlib 0.91.1
   Downloading
http://pypi.python.org/packages/source/m/matplotlib/matplotlib-0.91.1.tar.gz#md5=56a9344b077b5accbc4823be19f69dd6

Why is that?

cheers,

A.

What is your platform/OS and what version of python are you using and
where did you get it from?

  http://matplotlib.sourceforge.net/faq/troubleshooting_faq.html#report-a-problem

JDH

···

On Wed, Jul 21, 2010 at 5:06 PM, Andreas <lists@...3067...> wrote:

Hi there,

I try to install matplotlib 1.0 via easy install. But a simple

easy_install -U matplotlib

produces this, effectively installing 0.99.1

Searching for matplotlib
Reading Links for matplotlib
Reading http://matplotlib.sourceforge.net
Reading
http://sourceforge.net/project/showfiles.php?group_id=80706&package_id=82474
Reading
https://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.0
Reading
matplotlib - Browse /matplotlib/matplotlib-0.99.3 at SourceForge.net
Reading matplotlib - Browse Files at SourceForge.net
Reading
matplotlib - Browse /matplotlib at SourceForge.net
Reading
matplotlib - Browse /matplotlib-maintenance at SourceForge.net
Reading
matplotlib - Browse /matplotlib/matplotlib-0.99.1 at SourceForge.net
Best match: matplotlib 0.91.1
Downloading
http://pypi.python.org/packages/source/m/matplotlib/matplotlib-0.91.1.tar.gz#md5=56a9344b077b5accbc4823be19f69dd6

Why is that?

Hi there,

I try to install matplotlib 1.0 via easy install. But a simple

  easy_install -U matplotlib

produces this, effectively installing 0.99.1

  Searching for matplotlib
  Reading Links for matplotlib
  Reading http://matplotlib.sourceforge.net
  Reading
http://sourceforge.net/project/showfiles.php?group_id=80706&package_id=82474
  Reading
https://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.0
  Reading
matplotlib - Browse /matplotlib/matplotlib-0.99.3 at SourceForge.net
  Reading matplotlib - Browse Files at SourceForge.net
  Reading
matplotlib - Browse /matplotlib at SourceForge.net
  Reading
matplotlib - Browse /matplotlib-maintenance at SourceForge.net
  Reading
matplotlib - Browse /matplotlib/matplotlib-0.99.1 at SourceForge.net
  Best match: matplotlib 0.91.1
  Downloading
http://pypi.python.org/packages/source/m/matplotlib/matplotlib-0.91.1.tar.gz#md5=56a9344b077b5accbc4823be19f69dd6

Why is that?

What is your platform/OS and what version of python are you using and
where did you get it from?

Linux antares 2.6.32-23-generic #37-Ubuntu SMP Fri Jun 11 08:03:28 UTC
2010 x86_64 GNU/Linux

Ubuntu 10.4 LTS amd64

Python 2.6.5 from Ubuntu repositories.

Cheers, A.