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

setup.py build_ext alternatives? #2169

Open
dweindl opened this issue Aug 30, 2023 · 0 comments
Open

setup.py build_ext alternatives? #2169

dweindl opened this issue Aug 30, 2023 · 0 comments
Labels

Comments

@dweindl
Copy link
Member

dweindl commented Aug 30, 2023

For building the Python extensions during model import, we have always been relying on setup.py build_ext. However, invoking python setup.py is deprecated since a while (https://setuptools.pypa.io/en/latest/deprecated/commands.html).

We should find a proper replacement here. Either through the setuptools API, the cmake-build-extension API, or less elegantly by building wheels via build and extracting the extension.

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