Pip install on Mac OS gets error: command ‘/usr/bin/clang’ failed with exit code 1

Try to add these env var before If it does not work you can try with virtualenv: Because is written on github: Install this library in a virtualenv using pip. virtualenv is a tool to create isolated Python environments. The basic problem it addresses is one of dependencies and versions, and indirectly permissions. With virtualenv, it’s … Read more