Skip to content

missing metadata in setup.py #32

Answered by gaborbernat
reneeotten asked this question in Q&A
Discussion options

You must be logged in to vote

The sane and modern way you'd do python packaging in MacPorts is to do:

python setup.py install is how things worked 5 years ago, but that was a constant cause of issues (point in case here) so we created PEP-518 and PEP-517 to solve those. Going ahead this new methodology is the (only) recommended and supported way.

Note we're not saying you must use pip, you're free to roll your own wheel installer; however, don't use the old and no longer …

Replies: 4 comments 19 replies

Comment options

You must be logged in to vote
8 replies
@gaborbernat
Comment options

@reneeotten
Comment options

@Julian
Comment options

@gaborbernat
Comment options

@reneeotten
Comment options

Comment options

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

@reneeotten
Comment options

@gaborbernat
Comment options

@gaborbernat
Comment options

Comment options

You must be logged in to vote
2 replies
@reneeotten
Comment options

@gaborbernat
Comment options

Answer selected by gaborbernat
Comment options

You must be logged in to vote
5 replies
@gaborbernat
Comment options

@jmroot
Comment options

@gaborbernat
Comment options

@jmroot
Comment options

@gaborbernat
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #31 on July 30, 2021 13:27.