cuddly-jelly-27016
02/09/2025, 1:23 PMflytekit
is hardcoded to use fork
to launch a background process that listens for the credential callback. Windows does not support fork
, so users receive an error.
Code link
Expected behavior
flytekit
should use the spawn
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?
• Yes
Have you read the Code of Conduct?
• Yes
flyteorg/flytecuddly-jelly-27016
02/09/2025, 1:23 PM