-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Orion server crashes on windows because of event loop #8111
Comments
@EmilRex please use text instead of screenshots, this content is not searchable now. Is this definitely Python 3.9 and not 3.7? The default event loop changed in 3.8 to one that supports subprocesses. https://docs.python.org/3/library/asyncio-platforms.html#asyncio-windows-subprocess |
@madkinsz Will do! Already requested the text from the user.
I don't know for sure, but I can see that |
^ This was after we asked the user to reproduce with v2.7.7 |
Additional context from the thread:
This issue appears to be a compatibility issue with the cc'ing @ahuang11 since this is Dask related. |
Why is flow code involved at all if this error is supposed to be from running |
I think it's a separate issue, but am not completely sure. |
I think this is related to general issues we're seeing with the event loop policy on Windows; see #8184 |
Closing in favor of #8206 |
First check
Bug summary
Running
prefect orion start
on a Windows machine results in an exception from Python'sasyncio
library related to the event loop. The underlying issue is documented in this StackOverflow post. The behavior is documented in this Community Slack post.Reproduction
Error
Versions
Additional context
No response
The text was updated successfully, but these errors were encountered: