Missing Windows module in Flask app running on Ubuntu Droplet Missing Windows module in Flask app running on Ubuntu Droplet flask flask

Missing Windows module in Flask app running on Ubuntu Droplet


I was having the same problem. As far as I understand it is because of a few changes in the last Werkzeug version that changes the reloader.

Installing the watchdog could solve my problem:

pip install watchdog

And now, instead of seeing "* Restart with stat" I'm seeing "* Restart with inotify reloader" and it is all working fine.