[BUG] flytekit
uses fork
when requesting remote OAuth credentials, which is not supported on Windows
#5079
Labels
backlogged
For internal use. Reserved for contributor team workflow.
bug
Something isn't working
flytekit
FlyteKit Python related issue
Describe the bug
When requesting remote OAuth credentials via a user's default browser,
flytekit
is hardcoded to usefork
to launch a background process that listens for the credential callback. Windows does not supportfork
, so users receive an error.Code link
Expected behavior
flytekit
should use thespawn
method or, better yet, the OS default to launch this background service.Python docs
Additional context to reproduce
No response
Screenshots
No response
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: