Python “的pip安装错误”;“自动化”;包裹

Python “的pip安装错误”;“自动化”;包裹,python,Python,我试图使用PIP安装库,但使用以下命令(python-m PIP install automation)遇到了这个错误 inotify在macosx-10.15-x86_64上不可用 您的操作系统似乎不受支持,因为您尝试安装的库的依赖项不可用。我假设您在MAC上。它说inotify在该操作系统中不可用。你用谷歌搜索过那个主题吗? ERROR: Command errored out with exit status 1: command: /System/Library/Framewo

我试图使用PIP安装库,但使用以下命令(python-m PIP install automation)遇到了这个错误

inotify在macosx-10.15-x86_64上不可用


您的操作系统似乎不受支持,因为您尝试安装的库的依赖项不可用。

我假设您在MAC上。它说inotify在该操作系统中不可用。你用谷歌搜索过那个主题吗?
ERROR: Command errored out with exit status 1:
     command: /System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/tmp/pip-install-GrBLn4/pyinotify/setup.py'"'"'; __file__='"'"'/private/tmp/pip-install-GrBLn4/pyinotify/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/tmp/pip-pip-egg-info-oAHcRE
         cwd: /private/tmp/pip-install-GrBLn4/pyinotify/
    Complete output (1 lines):
    inotify is not available on macosx-10.15-x86_64
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.