Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MacOS support #198

Open
brunocrt opened this issue Jan 10, 2022 · 1 comment
Open

MacOS support #198

brunocrt opened this issue Jan 10, 2022 · 1 comment

Comments

@brunocrt
Copy link

It would be a good idea build a support for MacOS.

Many MacOS users use python and pyinotify could be used as well!

When I try to install pyinotify using pip on MacOS 11.6 it shows the error message bellow.

WARNING: Discarding https://files.pythonhosted.org/packages/40/54/6a5c5dee4f4393098cc56329fbc724c1c39389f8164a1b14c031d59937f3/pyinotify-0.9.0.tar.gz#sha256=af1f7d22067010cf29dd35fe17f8715f816f026c4ed769f7383fd419d4af9fd6 (from https://pypi.org/simple/pyinotify/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
ERROR: Could not find a version that satisfies the requirement pyinotify (from versions: 0.9.0, 0.9.1, 0.9.2, 0.9.3, 0.9.4, 0.9.5, 0.9.6)
ERROR: No matching distribution found for pyinotif
@rollcat
Copy link

rollcat commented Sep 12, 2022

inotify is a low-level, Linux-specific API. It's not supported under macOS, or any other operating system, like Windows or the BSDs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants