You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had already setted up the file watcher and everything worked fine. After an Update of the docker image, watcher started to not noticing any filechanges. It starts up without any error messages and also the container see the files (so no permission error) but watcher not reacting on filechanges.
After inspection of the last changes of watcher.py I have noticed, that in 3a3635ffrom __future__ import annotations is inserted even if one line befor is written "Do not enable annotations! fastapi/typer#598".
After I commented out this line from __future__ import annotations localy, every thing started to work again.
Where are you installing from?
Docker container
What operating system are you working on?
Linux
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
What were you trying to do?
I had already setted up the file watcher and everything worked fine. After an Update of the docker image, watcher started to not noticing any filechanges. It starts up without any error messages and also the container see the files (so no permission error) but watcher not reacting on filechanges.
After inspection of the last changes of watcher.py I have noticed, that in 3a3635f
from __future__ import annotations
is inserted even if one line befor is written "Do not enable annotations! fastapi/typer#598".After I commented out this line
from __future__ import annotations
localy, every thing started to work again.Where are you installing from?
Docker container
What operating system are you working on?
Linux
Relevant log output
No response
The text was updated successfully, but these errors were encountered: