Can't build wheel - error: invalid command 'bdist_wheel'
问题 I've tried everything in this very related question: Why can I not create a wheel in python? But I still get: 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' Context: $ pip --version pip 8.1.1 from /home/bdillman/proj/fashion/lib/python3.5/site-packages (python 3.5) $ python -c "import setuptools; print(setuptools.__version__)" 18.2 $ python -