如何安装带有.whl文件的Python包?在我的Windows机器上安装Python包(具体来说是JPype1.0.5.7)有困难,我希望用ChristophGohlke的窗口二进制文件来安装它。(据我的经验,这减轻了许多其他软件包安装的麻烦。)然而,尽管Christoph过去常常提供.exe文件,但最近他似乎正在上传.whl文件。http:/www.lfd.uci.edu/~gohlke/pythonlibs/#jpype但是如何安装.whl文件呢?注:我发现车轮文件,但在解释如何安装.whl文件时,他们似乎没有那么坚定。这个问题与这个问题,但没有直接回答。
3 回答
![?](http://img1.sycdn.imooc.com/5458692c00014e9b02200220-100-100.jpg)
哈士奇WWW
TA贡献1799条经验 获得超6个赞
pip install some-package.whl
注:请澄清*.whl
pip install C:/some-dir/some-file.whl
![?](http://img1.sycdn.imooc.com/545865470001bf9402200220-100-100.jpg)
ITMISS
TA贡献1871条经验 获得超8个赞
C:\Python34\Scripts>pip install wheel
C:\Python34\Scripts>
Requirement 'scikit_image-...-win32.whl' looks like a filename, but the filename does not exist
.
--find-links=
添加回答
举报
0/150
提交
取消