我是python的新手,我正在尝试使用.whl文件安装一些模块/包.系统无法访问互联网,因此一切都是本地的.
Python是2.7.12版本(以2.6为单位)
platform.architecture()('64bit','ELF')
我正在运行pip 9.0.1
尝试安装numpy:
# /usr/local/bin/pip2.7 install numpy-1.13.3-cp27-cp27m-manylinux1_x86_64.whl
numpy-1.13.3-cp27-cp27m-manylinux1_x86_64.whl is not a supported wheel on this platform.
Run Code Online (Sandbox Code Playgroud)
那我错过了什么?