Open jmrohwer opened 5 months ago
Hi jmrohwer,
this is a current limitation due to the deprecation of distutils
in Python 3.12. This issue has not yet been solved for the Fortran based solvers.
If you want to use the Fortran based solvers, you need to stick to Python 3.11 for now.
/Peter
The latest release (3.5.2) compiles without error on Python 3.12, but the fortran based solvers are not compiled.
This is on Arch linux with SUNDIALS 6.7.0 and compilation per
The wheel was installed manually afterwards in a Python 3.12 virtual environment.
Sundials-based solvers (e.g. CVODE) work without problem. Example of failing code:
The Fortran-based
.so
files are missing.