python-wheel

Cannot install numpy from wheel format

 ̄綄美尐妖づ 提交于 2019-11-26 03:10:14
问题 I am trying to install numpy from whl file. I get the error: numpy-1.9.1%2Bmkl-cp34-none-win_amd64.whl is not a supported wheel on this platform. Details: Windows 8.1 pro x64, elevated command prompt Python 3.4.2 package numpy from Gohlke\'s site numpy-1.9.1%2Bmkl-cp34-none-win_amd64.whl copied in the pip.exe folder The log file shows: d:\\Program Files\\WinPython-64bit-3.4.2.4\\python-3.4.2.amd64\\Scripts\\pip run on 01/23/15 11:55:21 numpy-1.9.1%2Bmkl-cp34-none-win_amd64.whl is not a

How do I install a Python package with a .whl file?

ぃ、小莉子 提交于 2019-11-25 22:28:01
问题 I\'m having trouble installing a Python package (specifically, JPype1 0.5.7) on my Windows machine, and would like to install it with Christoph Gohlke\'s Window binaries. (Which, to my experience, alleviated much of the fuss for many other package installations.) However, while Christoph used to provide .exe files in the past, recently it seems he\'s uploading .whl files instead. http://www.lfd.uci.edu/~gohlke/pythonlibs/#jpype But how do I install .whl files? Notes: I\'ve found documents on