amuse icon indicating copy to clipboard operation
amuse copied to clipboard

CI running on obsolete Python 3.7

Open LourensVeen opened this issue 1 year ago • 2 comments

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 avatar Oct 30 '24 15:10 LourensVeen

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 avatar Oct 30 '24 15:10 LourensVeen

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 365 days if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Nov 18 '25 21:11 stale[bot]