Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installed python on windows 11 was not found #394

Closed
Felixhuangsiling opened this issue Dec 19, 2023 · 1 comment
Closed

Installed python on windows 11 was not found #394

Felixhuangsiling opened this issue Dec 19, 2023 · 1 comment
Labels
bug Something isn't working python Python API windows

Comments

@Felixhuangsiling
Copy link
Contributor

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:

  1. In the dataflow, have a node with python3 as source
  2. 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
@github-actions github-actions bot added bug Something isn't working python Python API windows labels Dec 19, 2023
@haixuanTao
Copy link
Collaborator

haixuanTao commented Dec 19, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working python Python API windows
Projects
None yet
Development

No branches or pull requests

2 participants