Pip Install error: invalid command ‘bdist_wheel’ Mac Os
November 3, 2015
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!
Recent Comments