You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "<stdin>", line 2, in <module>
File "/home/vscode/.local/lib/python3.11/site-packages/watchdog/observers/fsevents.py", line 32, in <module>
import _watchdog_fsevents as _fsevents # type: ignore[import]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named '_watchdog_fsevents'
The text was updated successfully, but these errors were encountered:
Yup it's on Linux - actually it's on codespace. It is used on other library (pyedifice) so I installed watchdog, and ran into this error.
Current version of pyedifice doesn't handle this exception well (It actually checks exception, but expects wrong exception.) so I ran into the problem.
At present, I think it is likely that your issue will be addressed by a change in the other library. But, let's leave this issue open as there is room for improvement around the handling of this in watchdog itself.
gives me
The text was updated successfully, but these errors were encountered: