Update Oct 15, 2012
现在PyPi正在显示1.1.0的校正,以便解决这一问题。 通过:
<代码>pip 安装了matplotlib
Outdated Information Below
rel=“noreferer”>PyPi matplotlib 1.0.0。 然而,当我通过装入, 0.91.1版。
- Why the difference in versions?
- Is there a way to pip install matplotlib 1.0.0?
Research
看来,matplotlib s DOAP关于PyPi的记录指的是正确的版本。 The following is the DOAP document for reference:
<?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>
Configuration
- OS: Mac OS X 10.6.6
- Python 2.7
- virtualenv 1.5.1
- pip 0.8.1
Update 24-Aug-10 7:09 AM
PyPi镜片的安装也安装了0.91.1版本:
$ pip install -i http://d.pypi.python.org/simple matplotlib