Command
pip install XXX
Error

微信截图_20180629165423.png
Solution
Install the latest version of setuptools. If you still get the error, install wheel as well(reference).
pip install -U setuptools
pip install -U wheel
pip install XXX
Install the latest version of setuptools. If you still get the error, install wheel as well(reference).
pip install -U setuptools
pip install -U wheel