Python cp34和cp27.whl未安装

2024-06-26 02:10:34 发布

您现在位置:Python中文网/ 问答频道 /正文

我正在尝试在非联网机器上使用local install安装numpy with pip。你知道吗

最初使用pip下载pandas来获取.whl文件

# python -V
Python 2.7.5

安装时出现以下错误:

# pip install numpy-1.15.4-cp27-cp27mu-manylinux1_x86_64.whl
numpy-1.15.4-cp27-cp27mu-manylinux1_x86_64.whl is not a supported wheel on this platform.

根据其他帖子这个。whl匹配我的安装。你知道吗

如果我尝试:

pip install numpy-1.15.4-cp34-cp34m-manylinux1_x86_64.whl 
numpy-1.15.4-cp34-cp34m-manylinux1_x86_64.whl is not a supported wheel on this platform.

它仍然是错误的。你知道吗

NAME="Scientific Linux"
VERSION="7.5 (Nitrogen)"
ID="rhel"
ID_LIKE="scientific centos fedora"
VERSION_ID="7.5"
PRETTY_NAME="Scientific Linux 7.5 (Nitrogen)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:scientificlinux:scientificlinux:7.5:GA"
HOME_URL="http://www.scientificlinux.org//"
BUG_REPORT_URL="mailto:scientific-linux-devel@listserv.fnal.gov"

REDHAT_BUGZILLA_PRODUCT="Scientific Linux 7"
REDHAT_BUGZILLA_PRODUCT_VERSION=7.5
REDHAT_SUPPORT_PRODUCT="Scientific Linux"
REDHAT_SUPPORT_PRODUCT_VERSION="7.5"

这是我正在运行的操作系统。我错过了什么?你知道吗


Tags: installpipnamenumpyidversionlinux错误