我正在尝试下载pyHook模块,以便完成学校的作业。我试着寻找我的问题的答案,但我没有找到。当我尝试通过pip安装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我这样做是不是完全错了?这些是我能找到的关于如何在Ubuntu14上安装pyHook的唯一实现。感谢您抽出时间。
发布于 2016-10-14 02:25:57
pyHook仅适用于Windows。
pyHook在Linux上有一个实现,叫做pyxhook。您可以找到存储库here。
https://stackoverflow.com/questions/36854375
复制相似问题