-
Notifications
You must be signed in to change notification settings - Fork 753
downgrade to setuptools 63.4.3 in Python 3.10.8 easyconfig #16915
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
Conversation
@boegelbot please test @ generoso |
@boegel: Request for testing this PR well received on login1 PR test command '
Test results coming soon (I hope)... - notification for comment with ID 1353261395 processed Message to humans: this is just bookkeeping information for me, |
These easyconfigs have a dependency on Python 3.10.8:
I'd be surprised if any of them require |
Test report by @boegelbot |
Test report by @boegel |
Test report by @branfosj |
Test report by @branfosj |
Test report by @branfosj edit build of:
|
@boegelbot please test @ jsc-zen2 |
@boegel: Request for testing this PR well received on jsczen2l1.int.jsc-zen2.easybuild-test.cluster PR test command '
Test results coming soon (I hope)... - notification for comment with ID 1353347768 processed Message to humans: this is just bookkeeping information for me, |
Test report by @branfosj edit build of:
|
Test report by @boegelbot |
Test report by @boegel |
Going in, thanks @boegel! |
setuptools >= 64.0 has some breaking changes (see setuptools history) that are likely to cause trouble with various Python packages which are not aware of that yet, or which need time to resolve the problems that pop up because of that.
When installing
numpy
on top of setuptools 65.5.1, we hit this for example:(see also numpy/numpy#22157)