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
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'
The text was updated successfully, but these errors were encountered:
Dear user,
Your are raising issues on the old MontePython v1 and v2 repository (active in 2013-2018).
As clearly stated on this wiki, issue #55: since April 2018 and v3, the MontePython repository has moved to https://github.com/brinckmann/montepython_public
Please go there to clone a recent, working and maintained version of the code. Then, if necessary, please raise your issues in that repository.
(In this particular case, you don't actually need to install MontePython, you can try to see if it works without trying to do that)
Best,
Thejs
On Wed, Aug 30, 2023 at 9:39 PM Thejs Brinckmann ***@***.***> wrote:
Dear user,
Your are raising issues on the old MontePython v1 and v2 repository
(active in 2013-2018).
As clearly stated on this wiki, issue #55
<#55>: since April
2018 and v3, the MontePython repository has moved to
https://github.com/brinckmann/montepython_public
Please go there to clone a recent, working and maintained version of the
code. Then, if necessary, please raise your issues in that repository.
(In this particular case, you don't actually need to install MontePython,
you can try to see if it works without trying to do that)
Best,
Thejs
—
Reply to this email directly, view it on GitHub
<#155 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BCCMNSFWAYF5HFOR6GNDAY3XX5QTVANCNFSM6AAAAAA32DXPPA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
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'
The text was updated successfully, but these errors were encountered: