On python3.12, import fickling leads to ModuleNotFoundError: No module named 'distutils'
distutils has been deprecated in python3.12.
distutils.sysconfig.get_python_lib specifically is called as having no direct replacement and is used in fickle.py to determine if a module is in the standard library or not.
On python3.12, import fickling leads to
ModuleNotFoundError: No module named 'distutils'
distutils has been deprecated in python3.12.
distutils.sysconfig.get_python_lib specifically is called as having no direct replacement and is used in fickle.py to determine if a module is in the standard library or not.