I\'ve got a fresh installation of Python 3.6 + Selenium and now want to install Clarifai 2.0.21.
The following command is failing:
python -m pip inst
I had the very same problem when using PIP / Python 3.5 and Visual Studio 2017 while installing librosa using pip (and it's dependency resampy)
Solved the problem using the Visual Studio 2017 Developer prompt and running pip install from there.
Hope that helps someone.