When trying to run the `execute_shell_command` fro...
# dagster-feedback
r
When trying to run the
execute_shell_command
from
dagster-shell
on Windows 10, I get the following error:
preexec_fn is not supported on Windows platforms
`python`:
3.9.15
`dagster`:
1.3.13
`dagster-shell`:
0.19.13
Any plans to have this working also on Windows machines? Unfortunately, the docs for subprocess don't leave me hoping for an easy workaround: https://docs.python.org/3/library/subprocess.html#windows-popen-helpers.
👍 1
c