Screen Shot 2015-11-03 at 11.33.25 AM

Pip Install error: invalid command ‘bdist_wheel’ Mac Os

Pip Install error: invalid command 'bdist_wheel'

Install the wheel package first:

pip install wheel

If requirement already satisfied, you will see:

Requirement already satisfied (use --upgrade to upgrade)

Then, you should update your setuptools:

pip install setuptools --upgrade

Run again pip install, it should works now!

By Keenlio, November 3, 2015

What do you think?

Leave a Reply

Your email address will not be published. Required fields are marked *


4 − two =

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>