windows 10系统通过whl文件安装python第三方包出错:xxx .whl is not a supported wheel on this platform。(xxx为安装包的名称)
系统:windows10
python:python2.7
pip: pip1.5.6
将文件名称“h5py-2.6.0-cp27-cp27m-win32.whl”
改为“h5py-2.6.0-cp27-none-win32.whl”后,重新安装。
安装成功
windows 10系统通过whl文件安装python第三方包出错:xxx .whl is not a supported wheel on this platform。(xxx为安装包的名称)
系统:windows10
python:python2.7
pip: pip1.5.6
将文件名称“h5py-2.6.0-cp27-cp27m-win32.whl”
改为“h5py-2.6.0-cp27-none-win32.whl”后,重新安装。
安装成功