Bench Start is Stopping after ERPNext upgrade from v.13 to v.14

Could you help me? I tried upgrading ERPNext from v. 13 to v.14 and after it had been upgraded, whenever I run bench start it is topping because of this error.

ImportError: cannot import name 'EVENT_TYPE_OPENED' from 'watchdog.events' (/home/rabiemoses24/frappe-bench13/env/lib/python3.10/site-packages/watchdog/events.py)

Could you help me fix this?

Please check it and try it. Maybe your problem will be solved.

Already Solved This. I opened

/home/rabiemoses24/frappe-bench13/env/lib/python3.10/site-packages/watchdog/events.py

And when I searche inside events.py I can’t find any EVENT_TYPE_OPENED. So I went to this repo watchdog/src/watchdog/events.py at master · gorakhargosh/watchdog · GitHub and searched all EVENT_TYPE_OPENED and replicate them to my local machine and voala bench start worked again.