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
/home/kali/.local/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` directly.
Instead, use pypa/build, pypa/installer or other
standards-based tools.
See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
********************************************************************************
!!
self.initialize_options()
/home/kali/.local/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: EasyInstallDeprecationWarning: easy_install command is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` and ``easy_install``.
Instead, use pypa/build, pypa/installer or other
standards-based tools.
See https://github.com/pypa/setuptools/issues/917 for details.
********************************************************************************
!!
self.initialize_options()
Sorry: TabError: inconsistent use of tabs and spaces in indentation (init.py, line 26)
Sorry: TabError: inconsistent use of tabs and spaces in indentation (init.py, line 41)
Sorry: TabError: inconsistent use of tabs and spaces in indentation (init.py, line 41)
Sorry: TabError: inconsistent use of tabs and spaces in indentation (init.py, line 26)
error: can't copy 'montepython/likelihoods/kids450_cf_likelihood_public/CUT_VALUES': doesn't exist or not a regular file
The text was updated successfully, but these errors were encountered:
python2.7 setup.py install --user
error: can't copy 'montepython/likelihoods/kids450_cf_likelihood_public/CUT_VALUES': doesn't exist or not a regular file
Apologies for the very late reply, you opened this during the summer break. In case others have a similar issue, I'll just state here that MontePython does not need to be installed and should be possible to run out of the box with minimal changes just to set up a conf file either as default.conf in the directory or passed with --conf filename . The setup file is deprecated and should probably just be removed, although I've left it in case anyone found it useful. Let me know if you're having problems running the code itself.
┌──(kali㉿kali)-[~/montepython_public]
└─$ python setup.py install --user
/home/kali/.local/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!
!!
self.initialize_options()
/home/kali/.local/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: EasyInstallDeprecationWarning: easy_install command is deprecated.
!!
!!
self.initialize_options()
Sorry: TabError: inconsistent use of tabs and spaces in indentation (init.py, line 26)
Sorry: TabError: inconsistent use of tabs and spaces in indentation (init.py, line 41)
Sorry: TabError: inconsistent use of tabs and spaces in indentation (init.py, line 41)
Sorry: TabError: inconsistent use of tabs and spaces in indentation (init.py, line 26)
error: can't copy 'montepython/likelihoods/kids450_cf_likelihood_public/CUT_VALUES': doesn't exist or not a regular file
The text was updated successfully, but these errors were encountered: