python craft serve watchdog error on windows 10
tanero opened this issue · comments
Describe the bug
On windows 10, pip installs masonite packages successfully. But when I try to start development server by python craft serve gives below error message. After upgrading the watchdog package to 3.0.0 fixed the error.
ImportError
cannot import name 'EVENT_TYPE_OPENED' from 'watchdog.events'
Expected behaviour
WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
- Running on http://127.0.0.1:8000
Press CTRL+C to quit - Restarting with watchdog (windowsapi)
Steps to reproduce the bug
- pip install masonite
- project start myproject
- cd myproject
- project install
- python craft serve
Screenshots
Error Message:
Upgrade watchdog:
After upgrade watchdog:
OS
Windows
OS version
10
Browser
No response
Masonite Version
4.18.0
Anything else ?
No response