-
Notifications
You must be signed in to change notification settings - Fork 239
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
Repairing cp310-(many|musl)linux_x86_64 wheel fails #901
Comments
Have you tried manylinux2014? Not sure how well 2010 works with python 3.10, most libraries (like NumPy) are doing 2014 wheels for 3.10. You can use a TOML overload to set the image just for |
From what I gathered, it seems like the build directory is not cleaned up properly & reused between builds. I'm not sure why this happens since the build is supposed to be isolated with pip < 21.3 (probably it copies the whole source folder rather than copying only files that would end up in the sdist). |
I create a test workflow, cp310 fails, cp39 succeeds: |
Is this still an issue? Feel free to reopen if so. |
Description
If build
cp310-(many|musl)linux_x86_64
wheel like this, it fails.Building cp36~cp39
(many|musl)linux_x86_64
wheels are fine.If remove the
Run test
step, It succeeds.I guess the build directory is not cleaned up properly.
Building script:
The error message, from this run:
Build log
No response
CI config
No response
The text was updated successfully, but these errors were encountered: