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

Pls add support for macos and other unix systems #186

Open
ah1102 opened this issue Jul 1, 2020 · 1 comment
Open

Pls add support for macos and other unix systems #186

ah1102 opened this issue Jul 1, 2020 · 1 comment

Comments

@ah1102
Copy link

ah1102 commented Jul 1, 2020

Please add support for macos and other unix systems (FreeBSD, OpenBSD...)

@ookull
Copy link

ookull commented Jul 1, 2020

This is not possible as pyinotify relies on a Linux Kernel feature called inotify. MacOS uses event notification interface called kqueue. Try to use watchdog, a higher level file system event monitoring module.

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