This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author EWDurbin
Recipients EWDurbin, dstufft, eric.araujo
Date 2017-12-12.22:39:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513118394.49.0.213398074469.issue32295@psf.upfronthosting.co.za>
In-reply-to
Content
Wheels are a well-known part of the Python packaging ecosystem at this point!

Many tutorials, gists, and other tools suggest to build wheels using setuptools and distutils, but may not remind users to install the wheel package.

In light of Issue 31634 being temporarily suspended and given that this does not interfere with experienced users implementing their own bdist_wheel command, it should be a welcome addition to help guide novice packagers in the right direction.

Result for a Python environment without the `wheel` package installed:

$ python3 setup.py bdist_wheel
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
   or: setup.py --help [cmd1 cmd2 ...]
   or: setup.py --help-commands
   or: setup.py cmd --help

error: invalid command 'bdist_wheel'
note: The wheel package provides this command. See https://packaging.python.org/tutorials/distributing-packages/#wheels for information on packaging wheels
History
Date User Action Args
2017-12-12 22:39:54EWDurbinsetrecipients: + EWDurbin, eric.araujo, dstufft
2017-12-12 22:39:54EWDurbinsetmessageid: <1513118394.49.0.213398074469.issue32295@psf.upfronthosting.co.za>
2017-12-12 22:39:54EWDurbinlinkissue32295 messages
2017-12-12 22:39:54EWDurbincreate