edithturn commented on pull request #19992: URL: https://github.com/apache/airflow/pull/19992#issuecomment-986390697
I got it @potiuk I tested it again, i didn't give me the same result as you: - git clone https://github.com/potiuk/airflow.git - git checkout use-python-m-to-run-pip-new-breeze - python Breeze2: - This installed all the dependencies into ...airflow/dev/breeze - Geet requirements to build wheel, pyparsing, py,,, etc - Installed Breeze's virtual env in airflow\.build\breeze2\venv - pyinstaller Breeze2 - cd dist, ./Breeze2/Breeze2.exe and I got this message: `[196] Failed to execute script 'Breeze2' due to unhandled exception! Traceback (most recent call last): File "Breeze2", line 45, in <module> File "subprocess.py", line 524, in run subprocess.CalledProcessError: Command '['C:\\Users\\Marcia\\Documents\\EdithPuclla\\repo\\airflow\\dist\\Breeze2\\Breeze2.exe', '-m', 'venv', 'C:\\Users\\Marcia\\Documents\\EdithPuclla\\repo\\airflow\\dist\\Breeze2\\.build\\breeze2\\venv']' returned non-zero exit status 1.` Not sure If I am doing something wrong on my environment, I assumed that I should test your branch from your personal Github, but I also test main on airflow again. Did you move Breeze2.exe to another place to run it? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
