<#5079 [BUG] `flytekit` uses `fork` when requestin...
# flytekit
c
#5079 [BUG] `flytekit` uses `fork` when requesting remote OAuth credentials, which is not supported on Windows Issue created by ai-rnatour on <!date^1710878555^undefined|2024-03-19T200235Z> Describe the bug When requesting remote OAuth credentials via a user's default browser,
flytekit
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/flyte