python包安装-centos7
Posted 执剑长老
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python包安装-centos7相关的知识,希望对你有一定的参考价值。
numpy:pip install numpy
pandas:pip install pandas(自动安装six, python-dateutil, numpy, pytz, pandas)
scipy:pip install scipy(自动安装numpy, scipy)
matplotlib:pip install matplotlib(自动安装pyparsing, backports.functools-lru-cache, six, python-dateutil, subprocess32, pytz, cycler, numpy, matplotlib)
scikit-learn:pip install -U scikit-learn(自动安装scikit-learn)
skimage:pip install scikit-image(自动安装numpy, PyWavelets, scipy, decorator, networkx, six, pyparsing, backports.functools-lru-cache, python-dateutil, subprocess32, pytz, cycler, matplotlib, olefile, pillow, scikit-image)
以上是关于python包安装-centos7的主要内容,如果未能解决你的问题,请参考以下文章