_rust_notify.WatchfilesRustInternalError: error in underlying watcher: IO error for operation on <path>: No such file or directory (os error 2) #2361
-
This error occurs on startup in a docker environment (based on The path is pointing to the python3 executable of my virtual environment i.e. I've tried using the I've been using this setup for a long time without issue - the only thing that I'm sure has changed is I've upgraded to the latest version of Uvicorn (0.30.1). I've tried resolving this by downgrading as far as 0.25.0 but that doesn't resolve the issue. So I'm very confused now. Any ideas would be welcomed. Full stack trace:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Found the issue: when adding |
Beta Was this translation helpful? Give feedback.
-
Downgrading |
Beta Was this translation helpful? Give feedback.
Downgrading
watchfiles
to version0.21.0
solved the issue for me.