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
I apparently made the mistake of updating setuptools while messing with some other package install weirdness
Running on version 75.5.0 and doing pip install . gets the error:
/home/data-package/software/sotodlib/setup.py:10: SetuptoolsDeprecationWarning: The test command is disabled and references to it are deprecated.
!!
********************************************************************************
Please remove any references to `setuptools.command.test` in all supported versions of the affected package.
By 2024-Nov-15, you need to update your project and remove deprecated calls
or your builds will no longer be supported.
********************************************************************************
!!
from setuptools.command.test import test as TestCommand
running egg_info
That November 15th date seems extremely close.
Went down to here and the install worked pip install setuptools==58.2.0
The text was updated successfully, but these errors were encountered:
I apparently made the mistake of updating setuptools while messing with some other package install weirdness
Running on version 75.5.0 and doing
pip install .
gets the error:That November 15th date seems extremely close.
Went down to here and the install worked
pip install setuptools==58.2.0
The text was updated successfully, but these errors were encountered: