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

BUG: setup.py based installs are deprecated #444

Open
pcmoore opened this issue Dec 18, 2024 · 0 comments
Open

BUG: setup.py based installs are deprecated #444

pcmoore opened this issue Dec 18, 2024 · 0 comments
Labels

Comments

@pcmoore
Copy link
Member

pcmoore commented Dec 18, 2024

As seen on the main branch:

Making install in python
running install
/usr/lib/python3.12/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.
        ********************************************************************************

!!

The mentioned blog post, https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html, has a table at the end with possible conversions.

@pcmoore pcmoore added the bug label Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant