Hi
I’ve built and installed modsdk on my mac osx 10.11.6.
When i try to launch “modsdk” it give me this error:
ModuleNotFoundError: No module named ‘pyinotify’
I tried to install pyinotify with pip, it give an error:
Command “python setup.py egg_info” failed with error code 1 in /private/tmp/pip-install-rcJ9_g/pyinotify/
I tried another solution installing modsdk on docker’s mpb image, and I have similar problem with pyinotify.
Could you help me?
Thank you!