Warum installiert Pip Matplotlib Version 0.91.1, wenn PyPi Version 1.0.0 anzeigt?

Update 15. Oktober 2012

PyPi zeigt jetzt matplotlib bei 1.1.0 an, sodass dieses Problem behoben ist. Installieren Sie matplotlib über:

pip install matplotlib

Aktuelle Informationen unten

PyPi zeigt anmatplotlib 1.0.0. Wenn ich jedoch matplotlib über @ installiePi in ein virtualenv, Version 0.91.1 ist installiert.

Warum unterscheiden sich die Versionen? Gibt es eine Möglichkeit, matplotlib 1.0.0 zu installieren?Forschun

Anscheinend matplotlibs DOAP-Aufzeichnung auf PyPi zeigt auf die richtige Version. Unten ist der DOAP-Datensatz als Referenz:

<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>matplotlib</name>
<shortdesc>Python plotting package</shortdesc>
<description>matplotlib strives to produce publication quality 2D graphics
      for interactive graphing, scientific publishing, user interface
      development and web application servers targeting multiple user
      interfaces and hardcopy output formats.  There is a 'pylab' mode
      which emulates matlab graphics</description>
<download-page>https://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.0</download-page>
<homepage rdf:resource="http://matplotlib.sourceforge.net" />
<maintainer><foaf:Person><foaf:name>John D. Hunter</foaf:name>
<foaf:mbox_sha1sum>4b099b4a7f50a1f39642ce59c2053c00d4de6416</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>1.0.0</revision></Version></release>
</Project></rdf:RDF>
AufbaOS: Mac OS X 10.6.6Python 2.7virtualenv 1.5.1pip 0.8.1Aktualisierung 24.08.10, 7:09 Uhr

ei der Installation über den PyPi-Spiegel wird auch Version 0.91.1 installiert:

$ pip install -i http://d.pypi.python.org/simple matplotlib
Update 14. Januar 2011, 16:54 Uhr

Obwohlmatplotlib 1.0.1 wurde veröffentlicht, dieses Problem besteht weiterhin.

Antworten auf die Frage(8)

Ihre Antwort auf die Frage