dell@dell-Vostro-15-3510:~/montepython_public$ python3 setup.py install --user
/home/dell/montepython_public/setup.py:3: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
from distutils.core import setup
Traceback (most recent call last):
File "/home/dell/montepython_public/setup.py", line 3, in
from distutils.core import setup
ModuleNotFoundError: No module named 'distutils.core'
dell@dell-Vostro-15-3510:~/montepython_public$ python3 setup.py install --user
/home/dell/montepython_public/setup.py:3: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
from distutils.core import setup
Traceback (most recent call last):
File "/home/dell/montepython_public/setup.py", line 3, in
from distutils.core import setup
ModuleNotFoundError: No module named 'distutils.core'