cloud_mdir_sync icon indicating copy to clipboard operation
cloud_mdir_sync copied to clipboard

inotify is not available on macosx-13.1-arm64 on ./cloud-mdir-sync

Open Vu1k opened this issue 2 years ago • 2 comments

Hi,

I clone the repository and ran ./cloud-mdir-sync, then this message stopped the process:

Collecting pyinotify>=0.9.6
  Using cached pyinotify-0.9.6.tar.gz (60 kB)
  Preparing metadata (setup.py) ... error
  error: subprocess-exited-with-error

  × python setup.py egg_info did not run successfully.
  │ exit code: 1
  ╰─> [1 lines of output]
      inotify is not available on macosx-13.1-arm64
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.

Thanks

Vu1k avatar Feb 09 '23 17:02 Vu1k

I have migrated the code in my own fork to use watchdog instead of pyinotify. It works now on MacOS. You can check out the code at my fork of the code - before it is merged to the main repository.

wang2357 avatar Sep 23 '24 21:09 wang2357