1

我正在尝试下载 pyHook 模块以完成学校作业。我试图寻找我的问题的答案,但我没有找到它。当我尝试 pip install python-pyHook 我得到这个:

pip install python-pyHook
Downloading/unpacking python-pyHook
   Could not find any downloads that satisfy the requirement python-pyHook      
  Cleaning up...
 No distributions at all found for python-pyHook
 Storing debug log for failure in /home/goofy/.pip/pip.log

当我尝试 sudo apt-get install python-pyHook 我得到:

sudo apt-get install python-pyHook
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package python-pyHook

我也已经运行了这个命令。

sudo add-apt-repository universe

我这样做完全错了吗?这些是我能找到的关于如何在 Ubuntu 14 上安装 pyHook 的唯一实现。感谢您的宝贵时间。

4

1 回答 1

3

pyHook 仅适用于 Windows。

pyHook 有一个 Linux 实现,称为 pyxhook。您可以在此处找到存储库。

于 2016-10-13T18:25:57.307 回答