python inotify模块安装失败

时间:2017-08-04 04:29:28

标签: python python-2.7 inotify

我尝试安装并运行python inotify模块,但由于以下错误而失败:

Type "help", "copyright", "credits" or "license" for more information.
>>> import inotify
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "inotify.py", line 3, in <module>
    import inotify.adapters
ImportError: No module named adapters
>>> 

操作系统: - Ubuntu 16.04

模块位置: - https://pypi.python.org/pypi/inotify

我找不到与此失败有关的任何具体内容。知道为什么会失败吗?

0 个答案:

没有答案