码迷,mamicode.com
首页 > 其他好文 > 详细

Centos安装各种数据分析库,numpy,pandas,matplotlib,seaborn,scipy

时间:2015-11-09 19:19:47      阅读:230      评论:0      收藏:0      [点我收藏+]

标签:安装

环境centos:6.5


安装

numpy pandas matplotlib seaborn scipy


首先安装这些包的一些依赖不然用pip安装不了这些

yum -y install blas blas-devel lapack-devel lapack
yum -y install seaborn scipy
yum -y install freetype freetype-devel libpng libpng-devel


然后用豆瓣的pypi源要比官方的快很多

pip install matplotlib -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
pip install numpy -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
pip install pandas -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
pip install seaborn scipy


本文出自 “又耳的笔记本” 博客,请务必保留此出处http://youerning.blog.51cto.com/10513771/1711008

Centos安装各种数据分析库,numpy,pandas,matplotlib,seaborn,scipy

标签:安装

原文地址:http://youerning.blog.51cto.com/10513771/1711008

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!