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 just got started using cibuildwheel and I'm having trouble diagnosing this issue, any help is appreciated.
I'm trying to build a package in both windows and linux locally, without a CI. The build requires setuptools, wheel, cython, and numpy. The only cibuildwheel option I have is skip = ["cp313-*", "*-win32"]. I was able to get everything working for building windows wheels on windows but when I try to run cibuildwheel --platform linux
to build in linux it gets stuck at the point where it is copying the project into the linux container:
and then it hangs there indefinitely. I am using docker desktop. Anybody have any idea what might be going wrong, or what steps I can take to help diagnose the problem?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I just got started using cibuildwheel and I'm having trouble diagnosing this issue, any help is appreciated.
I'm trying to build a package in both windows and linux locally, without a CI. The build requires setuptools, wheel, cython, and numpy. The only cibuildwheel option I have is
skip = ["cp313-*", "*-win32"]
. I was able to get everything working for building windows wheels on windows but when I try to runcibuildwheel --platform linux
to build in linux it gets stuck at the point where it is copying the project into the linux container:
and then it hangs there indefinitely. I am using docker desktop. Anybody have any idea what might be going wrong, or what steps I can take to help diagnose the problem?
Beta Was this translation helpful? Give feedback.
All reactions