我尝试安装并运行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
我找不到与此失败有关的任何具体内容。知道为什么会失败吗?