You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm following the cibuildwheel "Run cibuildwheel locally" instructions for a Windows machine. I have Docker running Linux containers. But the command found in the documentation:
cibuildwheel --platform linux
runs into a cross-compilation error (full error log below):
cibuildwheel: Invalid archs option {<Architecture.AMD64: 'AMD64'>}. Linux only supports [<Architecture.aarch64: 'aarch64'>, <Architecture.i686: 'i686'>, <Architecture.ppc64le: 'ppc64le'>, <Architecture.s390x: 's390x'>, <Architecture.x86_64: 'x86_64'>] at the moment.
So we fix that by adding the --archs x86_64 flag. This may be documented as a caveat with a warning/note admonition. Continuing with that, we run into an absolute path error (full error log below):
Error response from daemon: the working directory '\project' is invalid, it needs to be an absolute path
Description
I'm following the
cibuildwheel
"Run cibuildwheel locally" instructions for a Windows machine. I have Docker running Linux containers. But the command found in the documentation:runs into a cross-compilation error (full error log below):
So we fix that by adding the
--archs x86_64
flag. This may be documented as a caveat with a warning/note admonition. Continuing with that, we run into an absolute path error (full error log below):Is there a workaround/fix?
Full error logs:
Build log
No response
CI config
No response
The text was updated successfully, but these errors were encountered: