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
Was there a change from distutils to setuptools recently? The python setup.py install command fails with
Traceback (most recent call last):
File "/sps/lsst/users/rsolomon/clevar/setup.py", line 1, in <module>
from setuptools import setup, find_packages
ModuleNotFoundError: No module named 'setuptools'
Was there a change from
distutilstosetuptoolsrecently? Thepython setup.py installcommand fails with