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
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "/root/easybuild-venv/lib/python3.12/site-packages/easybuild/main.py", line 50, in <module>
from easybuild.tools.build_log import EasyBuildError, print_error, print_msg, print_warning, stop_logging
File "/root/easybuild-venv/lib/python3.12/site-packages/easybuild/tools/__init__.py", line 40, in <module>
import distutils.version
ModuleNotFoundError: No module named 'distutils'
The text was updated successfully, but these errors were encountered:
@bobqianic Yes, the work has been done already for that, the upcoming EasyBuild v5.0 will support running on top of Python 3.12 (and does not rely on distutils anymore), see also easybuilders/easybuild-framework#3963
Since
distutils
is deprecated in Python 3.12, are there any plans to update the code to support Python 3.12?https://peps.python.org/pep-0632/
The text was updated successfully, but these errors were encountered: