-
Notifications
You must be signed in to change notification settings - Fork 238
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
Can't find msbuild with 2.4.0+ #1118
Comments
Looking through that change, I see that there is a major upgrade of
and indeed, if I add However, I do not understand why this is necessary with |
As I could see your appveyor builds are python 3.8 and 3.9 and failing cibuildwheel is python 3.10. Could you check if builds of 3.8 and 3.9 will work? |
Also your CI is using conda, I believe, which will be very different as far as compiler configuration. |
No, it does not pass with 3.9 or 3.8. I managed to cut away most the tests into a GitHub Action that only builds on Windows: https://github.com/QuLogic/matplotlib/actions/runs/2393780852 I forgot about this, but we do some crazy hack to get the compiler search path: |
Description
I'm trying to update Matplotlib into the latest cibuildwheel. However, I'm running to the problem on Windows that it cannot find
msbuild
. This fails with cibuildwheel 2.4.0, 2.5.0, or 2.6.0, but works with 2.3.1.Bisecting points me to e5c210c (broken build vs previous commit).
Build log
https://github.com/QuLogic/matplotlib/runs/6604628328?check_suite_focus=true
CI config
https://github.com/QuLogic/matplotlib/blob/ba16d002d5bc55a5145589662a81b3ba22ba9503/.github/workflows/cibuildwheel.yml
The text was updated successfully, but these errors were encountered: