当前位置: > CentOS > CentOS故障 >

Centos安装python相关库失败处理方法

时间:2017-03-20 11:57来源:linux.it.net.cn 作者:IT
比如安装rasterstats 失败如何解决

方案一、推荐
(1) 提示缺少 Python.h 文件,执行

yum install python-devel
(2) 提示缺少 cpl_conv.h 文件,执行

yum install gdal-devel
(3) 提示gcc: error trying to exec ‘cc1plus’: execvp: No such file or directory,执行

yum install gcc-c++
方案二、安装虚拟环境 conda  (1) wget https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh  (2) bash Miniconda2-latest-Linux-x86_64.sh  (3) 退出重新登录  (4) conda install rasterio  (5) pip install rasterstats (责任编辑:IT)
------分隔线----------------------------
栏目列表
推荐内容