Skip to content
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

CI running on obsolete Python 3.7 #1087

Open
LourensVeen opened this issue Oct 30, 2024 · 1 comment
Open

CI running on obsolete Python 3.7 #1087

LourensVeen opened this issue Oct 30, 2024 · 1 comment
Labels

Comments

@LourensVeen
Copy link
Collaborator

Describe the bug
The Python 3.10 CI run fails with ModuleNotFoundError: No module named 'distutils.msvccompiler'. I'm not sure why it's trying to find an MSVC Fortran compiler on Linux, but there we are. Looks like downgrading setuptools to <65 may help.

@LourensVeen
Copy link
Collaborator Author

Ah, turns out that that is an old run, and #1071 turned it off. That doesn't fix the problem though, and Python 3.7 is no longer supported so we do need to upgrade the CI to newer Pythons. I'll have to adapt the CI to the new build system anyway, so we'll pick that up then. Let's keep this, with a different title, to make sure I don't forget.

@LourensVeen LourensVeen changed the title Python 3.10 CI run fails CI running on obsolete Python 3.7 Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant