Skip to content

Move to using pyproject.toml for use of pip >= 25.2 for a modern build system #32

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

Open
fmalatino opened this issue May 1, 2025 · 0 comments · May be fixed by #33
Open

Move to using pyproject.toml for use of pip >= 25.2 for a modern build system #32

fmalatino opened this issue May 1, 2025 · 0 comments · May be fixed by #33

Comments

@fmalatino
Copy link
Contributor

Describe the bug
Version 25.3 of pip will no longer support the legacy setup.py bdist_wheel mechanism. Currently a warning is raised during install noting this. Potential fixes are described here

To Reproduce
The warning is visible during the bare metal install method:

pip install .[dev]

System Environment
Describe the system environment, include:

  • OS: RHEL 8.10
  • Compiler(s): Python 3.11.12, pip 25.1, setuptools 80.1.0, wheel 0.45.1
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