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
This happens with virtual environment made from Poetry.
With virtual environment from python -m venv and pip it works well.
It happens already with "Hello world" example of FastApi, so I think the reported message "to many files open" is not correct.
Which is maybe the minimum thing wihich WatchFiles could improve here.
Of course more investigation would be great (if the rust watcher doesn't work well or if poetry makes something not correctly).
I don't repeat the description, it is here and here (in the bottom comments).
The text was updated successfully, but these errors were encountered:
uvicorn main:app --reload
want start.This happens with virtual environment made from Poetry.
With virtual environment from
python -m venv
andpip
it works well.It happens already with "Hello world" example of FastApi, so I think the reported message "to many files open" is not correct.
Which is maybe the minimum thing wihich WatchFiles could improve here.
Of course more investigation would be great (if the rust watcher doesn't work well or if poetry makes something not correctly).
I don't repeat the description, it is here and here (in the bottom comments).
The text was updated successfully, but these errors were encountered: