You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Using python3 in windows 11 may not work, the error:
Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases.
To Reproduce
Steps to reproduce the behavior:
In the dataflow, have a node with python3 as source
Start it: dora start dataflow.yaml --attach
Expected behavior
dora runs correctly
Environments (please complete the following information):
System info: Windows
Dora version: -0.3.0
The text was updated successfully, but these errors were encountered:
Just to clarify the issue is that Microsoft Store does not alias python3 to python. Which is problematic as we use it regularly in dora to avoid issues in linux with python that resolves as python2.7
Describe the bug
Using python3 in windows 11 may not work, the error:
Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases.
To Reproduce
Steps to reproduce the behavior:
dora start dataflow.yaml --attach
Expected behavior
dora runs correctly
Environments (please complete the following information):
The text was updated successfully, but these errors were encountered: