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

Skip to content

Wheel builder broken for Python 3.7 and 3.8 on Windows (64 bit) #22530

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

Closed
ogrisel opened this issue Feb 18, 2022 · 2 comments · Fixed by #22532
Closed

Wheel builder broken for Python 3.7 and 3.8 on Windows (64 bit) #22530

ogrisel opened this issue Feb 18, 2022 · 2 comments · Fixed by #22532

Comments

@ogrisel
Copy link
Member

ogrisel commented Feb 18, 2022

The scheduled windows builds have been failing with the following error:

See for instance:

Digest: sha256:91ef3fcdba96f60e137e4e059d7eec3469d0ab9bffc237bf215e5841798c989d
  Status: Downloaded newer image for winamd64/python:3.7-windowsservercore
   ---> d5cccad4ac52
  Step 3/9 : ARG WHEEL_NAME
   ---> Running in 1a4a703e83e4
  Removing intermediate container 1a4a703e83e4
   ---> 3fde7c8820f1
  Step 4/9 : ARG CONFTEST_NAME
   ---> Running in 7aef4bf3e3b0
  Removing intermediate container 7aef4bf3e3b0
   ---> 5b8d371b2dd6
  Step 5/9 : ARG CIBW_TEST_REQUIRES
   ---> Running in 916eb4bc0363
  Removing intermediate container 916eb4bc0363
   ---> 6b8022bc3b3d
  Step 6/9 : COPY $WHEEL_NAME $WHEEL_NAME
   ---> f8d8c465fa5d
  Step 7/9 : COPY $CONFTEST_NAME $CONFTEST_NAME
   ---> 0a5de6ca9026
  Step 8/9 : RUN pip install $env:WHEEL_NAME
   ---> Running in 588a43823183
  hcsshim::CreateComputeSystem 588a43823183bab334b5639e4d4a1ae995ccaa39c41e519546a9430237faf24f: The container operating system does not match the host operating system.

Note that this problem does not happen for Python 3.9 and later and it does not happen for 32 bit Windows images either.

@ogrisel
Copy link
Member Author

ogrisel commented Feb 18, 2022

We really don't care about fixing 3.7 because we want to drop Python 3.7 support for 1.1 release. Python 3.8 is annoying though.

@ogrisel
Copy link
Member Author

ogrisel commented Feb 18, 2022

Also note that the Windows builds also randomly fail with:

failed with exit status 1158

but it seems unrelated to the problem of "container operating system does not match the host operating system" and is already tracked by another issue: #22310.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant