Thanks to visit codestin.com
Credit goes to github.com

Skip to content

CI Fixes Windows 64 wheel builds #22532

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

Merged
merged 2 commits into from
Feb 18, 2022

Conversation

ogrisel
Copy link
Member

@ogrisel ogrisel commented Feb 18, 2022

Fixes #22530 (hopefully)

@ogrisel
Copy link
Member Author

ogrisel commented Feb 18, 2022

It seems to fix the problem. The remaining windows failures are all linked to #22310.

@ogrisel ogrisel added Build / CI Quick Review For PRs that are quick to review labels Feb 18, 2022
@jeremiedbb
Copy link
Member

I tried an alternative fix in #22533 that does require pinning the vm image. It works but breaks all the amd64 builds. I guess hyper-v isolation is not available on this hardware ?

So I guess your fix is fine for now. But it'll probably be temporary when we start using newer images.

@ogrisel
Copy link
Member Author

ogrisel commented Feb 18, 2022

So I guess your fix is fine for now. But it'll probably be temporary when we start using newer images.

But we might drop Python 3.8 support by then.

@ogrisel
Copy link
Member Author

ogrisel commented Feb 18, 2022

I will put a comment to explain the pinned images.

Copy link
Member

@jeremiedbb jeremiedbb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Copy link
Member

@thomasjpfan thomasjpfan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix! LGTM

@thomasjpfan thomasjpfan changed the title Attempt to fix Windows 64 wheel builds CI Fixes Windows 64 wheel builds Feb 18, 2022
@thomasjpfan thomasjpfan merged commit fbb8028 into scikit-learn:main Feb 18, 2022
@ogrisel ogrisel deleted the fix-windows-wheel-build branch February 18, 2022 14:59
thomasjpfan pushed a commit to thomasjpfan/scikit-learn that referenced this pull request Mar 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build / CI Quick Review For PRs that are quick to review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wheel builder broken for Python 3.7 and 3.8 on Windows (64 bit)
3 participants