Skip to content

building with Nuitka #939

Answered by henryiii
nschloe asked this question in Q&A
Nov 25, 2021 · 1 comments · 4 replies
Discussion options

You must be logged in to vote

Custom commands are not supported by upstream anymore (for several years), see https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html. I think you should bring this up with nuitka; they should integrate with bdist_wheel, not custom commands. cibulodwheel never runs directly on the setup.py, but uses PEP 517 builders like pypa/pip and pypa/build.

Note that if pip instal <package> cannot build from SDist, this is really bad for your users, too; if they don't get a wheel, there should at least be an attempt to build from source.

I think you can fixed this from your end too by replacing the bdist_wheel command with nuitka's bdist_nuitka command in your setup.py.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@henryiii
Comment options

@nschloe
Comment options

@henryiii
Comment options

@nschloe
Comment options

Answer selected by nschloe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants