胡涛
安装numpy
2020-7-10 17:25
阅读:5976
  1. 下载numpy.1.11.2.zip安装包,上传到集群,使用python2.7来安装

python setup.py install

出现报错:

SystemError: Cannot compile 'Python.h'. Perhaps you need to install python-dev|python-devel.

安装python-dev

pip install python-dev
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
ERROR: Could not find a version that satisfies the requirement python-dev (from versions: none)
ERROR: No matching distribution found for python-dev
pip install python-devel
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
ERROR: Could not find a version that satisfies the requirement python-devel (from versions: none)
ERROR: No matching distribution found for python-devel

这种方法安装失败。

2. 使用pip来安装numpy

pip install numpy
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
Collecting numpy
  Downloading numpy-1.16.6-cp27-cp27mu-manylinux1_x86_64.whl (17.0 MB)
     |████████████████████████████████| 17.0 MB 140 kB/s 
Installing collected packages: numpy
Successfully installed numpy-1.16.6

转载本文请联系原作者获取授权,同时请注明本文来自胡涛科学网博客。

链接地址:https://wap.sciencenet.cn/blog-907836-1241499.html?mobile=1

收藏

分享到:

当前推荐数:0
推荐到博客首页
网友评论0 条评论
确定删除指定的回复吗?
确定删除本博文吗?