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!
What do you think?