ModuleNotFoundError: No module named 'watchdog'
python -m pip install watchdog
python -c "import watchdog; print(watchdog.__version__)"
Success! watchdog version x.y.z (e.g., 2.4.0)