Skip to content
Discussion options

You must be logged in to vote

Hey @rbraddev , check the note here: https://docs.python.org/3/library/asyncio-eventloop.html#running-subprocesses

Note The default asyncio event loop on Windows does not support subprocesses. See Subprocess Support on Windows for details.

Although the section https://docs.python.org/3/library/asyncio-platforms.html#subprocess-support-on-windows says that the default event loop does support subprocesses...

But maybe you can use a normal def function and run it with subprocess.

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by tiangolo
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
4 participants
Converted from issue

This discussion was converted from issue #964 on February 28, 2023 10:51.