dynamics-of-stellar-systems / dynamite

dynamics, age and metallicity indicators tracing evolution
MIT License
10 stars 1 forks source link

Make sure installation works with Python 3.12 #381

Open maindlt opened 2 months ago

maindlt commented 2 months ago

At least on the Vienna cluster, DYNAMITE does not install when using Python 3.12.

When using the standard installation procedure (python setup.py install --user), apart from numerous deprecation warnings about distutils/numpy.distutils/setup.py, cythonizing fails after throwing Cython errors.

Investigate and fix...

maindlt commented 2 months ago

Failed installation confirmed on Mac with Python 3.12, too...