hutao0726的个人博客分享 http://blog.sciencenet.cn/u/hutao0726

博文

安装numpy

已有 6042 次阅读 2020-7-10 17:25 |个人分类:计算机|系统分类:科研笔记

  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

上一篇:TS10K安装Python3, pip3, numpy
下一篇:使用ln来共享可执行文件
收藏 IP: 218.4.251.*| 热度|

0

该博文允许注册用户评论 请点击登录 评论 (0 个评论)

数据加载中...

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-5-24 00:34

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部