Python .whl无法找到版本

时间:2017-03-27 11:48:09

标签: python pip

我是python的新手,所以请大家小心。

我正在尝试将.whl添加到我的python中,因此我将其移至我的脚本文件夹,然后打开cmd并转到脚本路径。

输入pip install pywin32-220.1-cp27-cp27m-win32 and pyHook-1.5.1-cp27-cp27m-win32

但是当我这样做时,它给了我这个错误:

Could not find a version that satisfies the requirement pywin32-220.1-cp27-cp27m-win32 (from versions: )
No matching distribution found for pywin32-220.1-cp27-cp27m-win32.

两个文件都有相同的错误。我怎么解决这个问题我不知道。

谢谢:)

0 个答案:

没有答案