【问题标题】:Problems trying to install python module: pyHook尝试安装 python 模块的问题:pyHook
【发布时间】:2016-08-19 15:48:40
【问题描述】:

我正在尝试下载 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 的唯一实现。感谢您的宝贵时间。

【问题讨论】:

标签: python ubuntu module pip pyhook


【解决方案1】:

pyHook 仅适用于 Windows。

有一个 pyHook 的 Linux 实现,称为 pyxhook。你可以找到仓库here

【讨论】:

  • 有了这个实现,pyHook 库可以在 windows 上工作吗?
猜你喜欢
  • 1970-01-01
  • 2015-07-28
  • 1970-01-01
  • 2020-06-21
  • 2011-03-20
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多