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

Fix Breeze failing with error on Windows #30464

Merged
merged 1 commit into from
Apr 4, 2023

Conversation

potiuk
Copy link
Member

@potiuk potiuk commented Apr 4, 2023

When breeze is run on Windows it fails with FileNotFoundException when running uname during emulation check. This is now fixed alongside fixing TimeoutError misplacement - after moving it to local import, an exception triggered before importing it causes UnboundLocaalError.

Related: #30405 (comment)

Fixes: #30465


^ Add meaningful description above

Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

When breeze is run on Windows it fails with FileNotFoundException
when running uname during emulation check. This is now fixed alongside
fixing TimeoutError misplacement - after moving it to local import,
an exception triggered before importing it causes UnboundLocaalError.

Related: apache#30405 (comment)

Fixes: apache#30465
@potiuk potiuk force-pushed the fix-windows-timeout-for-breeze branch from eb9f451 to e5edc6c Compare April 4, 2023 18:53
@potiuk
Copy link
Member Author

potiuk commented Apr 4, 2023

Whoa. We have our first Windows user of Breeze it seems.

cc: @Bowrna @edithturn

@potiuk potiuk merged commit 56ff116 into apache:main Apr 4, 2023
@potiuk potiuk deleted the fix-windows-timeout-for-breeze branch April 4, 2023 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error running breeze setup regenerate-command-images
2 participants