Skip to content

setup.py bdist_wheel is deprecated and will be disabled in Oct. 2025 - #770

Merged
julianoes merged 2 commits into
mavlink:mainfrom
cclauss:patch-1
Jul 24, 2025
Merged

setup.py bdist_wheel is deprecated and will be disabled in Oct. 2025#770
julianoes merged 2 commits into
mavlink:mainfrom
cclauss:patch-1

Conversation

@cclauss

@cclauss cclauss commented Jun 29, 2025

Copy link
Copy Markdown
Contributor

Four instances:

python3 setup.py bdist_wheel

python3 setup.py bdist_wheel

python setup.py bdist_wheel

python3 setup.py bdist_wheel

In the macOS or Windows Create wheel section, please see the warning:

/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!

        ********************************************************************************
        Please avoid running ``setup.py`` directly.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.

        By 2025-Oct-31, you need to update your project and remove deprecated calls
        or your builds will no longer be supported.

        See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
        ********************************************************************************

!!

@cclauss cclauss changed the title python3 setup.py bdist_wheel is deprecated and will be disabled in Oc… setup.py bdist_wheel is deprecated and will be disabled in Oct. 2025 Jun 29, 2025
@julianoes

julianoes commented Jun 29, 2025

Copy link
Copy Markdown
Collaborator

I assume we have to fully port our setup scripts?

@cclauss

cclauss commented Jun 29, 2025

Copy link
Copy Markdown
Contributor Author

Yes. My sense is that https://build.pypa.io makes it easier but I have to reread those docs for other projects that I maintain.

@julianoes
julianoes merged commit c704761 into mavlink:main Jul 24, 2025
@cclauss
cclauss deleted the patch-1 branch July 24, 2025 11:31
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 this pull request may close these issues.

2 participants