源码安装matplotlib
2020-10-21 本文已影响0人
一路向后
1.下载源码
$ wget https://codeload.github.com/matplotlib/matplotlib/tar.gz/v2.1.0
$ wget https://codeload.github.com/matplotlib/cycler/tar.gz/v0.10.0
2.安装cycler-0.10.0
$ pip3 install cycler-0.10.0.tar.gz
3.安装matplotlib-2.1.0
$ pip3 install matplotlib-2.1.0.tar.gz
4.查看安装列表
$ pip3 list
Package Version
------------------------- -------
click 3.3
cycler 0.10.0
Cython 0.28
future 0.18.2
Jinja2 2.11.1
livereload 2.5.2
lunr 0.5.6
Markdown 3.2.1
MarkupSafe 0.23
matplotlib 2.1.0
mpmath 0.19
numpy 1.9.0
packaging 19.2
pandas 0.20.0
pip 10.0.0
pyparsing 2.0.5
PyrexWithDistutilsSupport 0.0.0
python-dateutil 2.1
pytz 2017.2
PyYAML 3.12
scikit-learn 0.20.0
scipy 1.2.0
setuptools 39.0.1
six 1.14.0
sqlparse 0.3.0
sympy 1.2
tornado 6.0.4
virtualenv 16.0.0