侧边栏壁纸
博主头像
落叶人生博主等级

走进秋风,寻找秋天的落叶

  • 累计撰写 130562 篇文章
  • 累计创建 28 个标签
  • 累计收到 9 条评论
标签搜索

目 录CONTENT

文章目录

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

2022-07-16 星期六 / 0 评论 / 0 点赞 / 67 阅读 / 905 字

环境centos:6.5安装numpy pandas matplotlib seaborn scipy首先安装这些包的一些依赖不然用pip安装不了这些yum-yinstallblasblas-deve

.

环境centos:6.5


安装

numpy pandas matplotlib seaborn scipy


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

yum -y install blas blas-devel lapack-devel lapackyum -y install seaborn scipyyum -y install freetype freetype-devel libpng libpng-devel


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

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


.

广告 广告

评论区