asyncio.create_subprocess_exec
return NotImplementedError
when use flag --reload
in Windows
#2346
Unanswered
axiangcoding
asked this question in
Potential Issue
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is an issue that was identified early on and has been answered at (https://stackoverflow.com/questions/70568070/running-an-asyncio-subprocess-in-fastapi-results-in-notimplementederror).
After referring to the answer, I removed
--roload
, and everything worked.I understand its not a issue when the code move to the production, but it's really inconvenient.
So I'm asking if there is a best practice for keeping the
--reload
and making sureasyncio.create_subprocess_exec
is working properly in Windows?Beta Was this translation helpful? Give feedback.
All reactions