When I user inotify under alpine linux, it shows such error:
Traceback (most recent call last):
File "", line 1, in
File "/usr/lib/python3.6/site-packages/inotify/adapters.py", line 10, in
import inotify.calls
File "/usr/lib/python3.6/site-packages/inotify/calls.py", line 55, in
errno = _LIB.errno
File "/usr/lib/python3.6/ctypes/init.py", line 361, in getattr
func = self.getitem(name)
File "/usr/lib/python3.6/ctypes/init.py", line 366, in getitem
func = self._FuncPtr((name_or_ordinal, self))
AttributeError: Symbol not found: errno
Thank you for the report, but the correct place to report issues with the inotify library is https://github.com/dsoprea/PyInotify This tracker is for issues with pypi.python.org website.
When I user inotify under alpine linux, it shows such error: Traceback (most recent call last): File "", line 1, in
File "/usr/lib/python3.6/site-packages/inotify/adapters.py", line 10, in
import inotify.calls
File "/usr/lib/python3.6/site-packages/inotify/calls.py", line 55, in
errno = _LIB.errno
File "/usr/lib/python3.6/ctypes/init.py", line 361, in getattr
func = self.getitem(name)
File "/usr/lib/python3.6/ctypes/init.py", line 366, in getitem
func = self._FuncPtr((name_or_ordinal, self))
AttributeError: Symbol not found: errno