Open mcleantom opened 9 hours ago
I could run the command from inside WSL, but I thought this command had previously worked when ran from windows
Actually it should work from windows as per #1782 so not sure whats happening
@mcleantom could you run the cibuildwheel using traceback-with-variables
$ traceback-with-variables cibuildwheel --platform linux --debug-traceback
It should add additional context to traceback to allow understand the problem.
Description
I am running cibuildwheel version 2.21.3 and I am trying to see if my project will compile for linux wheels, from windows, using the command:
Which fails with the error
Because of a json decode error:
The output of my docker version command is:
So I am not sure why it is failing.
Build log
No response
CI config
No response