You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
user@123-1234567 flent % ./run-flent --gui
Traceback (most recent call last):
File "/CODE/flent/./run-flent", line 33, in <module>
sys.exit(run_flent())
^^^^^^^^^^^
File "/CODE/flent/flent/__init__.py", line 44, in run_flent
from flent import batch
File "/CODE/flent/flent/batch.py", line 44, in <module>
from flent import aggregators, formatters, resultset, loggers
File "/CODE/flent/flent/formatters.py", line 31, in <module>
from flent import plotters, combiners
File "/CODE/flent/flent/plotters.py", line 42, in <module>
from distutils.version import LooseVersion
ModuleNotFoundError: No module named 'distutils'
It seems that current flent is not ready for python 3.12, where distutils apparently got deprecated (see e.g.: nodejs/node-gyp#2869). Not sire what the simplest backward compatible fix would be... Maybe warn against python 3.12v for now?
The text was updated successfully, but these errors were encountered:
It seems that current flent is not ready for python 3.12, where distutils apparently got deprecated (see e.g.: nodejs/node-gyp#2869). Not sire what the simplest backward compatible fix would be... Maybe warn against python 3.12v for now?
The text was updated successfully, but these errors were encountered: