Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using deprecated features in setuptools #1030

Open
kmharrington opened this issue Nov 14, 2024 · 0 comments · May be fixed by #1059
Open

Using deprecated features in setuptools #1030

kmharrington opened this issue Nov 14, 2024 · 0 comments · May be fixed by #1059

Comments

@kmharrington
Copy link
Member

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

@iparask iparask linked a pull request Dec 5, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant