When I try to compile I am getting the following error:
ImportError: No module named simplejson
So I tried:
pip install simplejson
And I am getting:
Requirement already satisfied (use --upgrade to upgrade): simplejson in /Library/Python/2.7/site-packages
Cleaning up...
I tried uninstalling it and installing it again and the same error.
I am running python 2.7.9
on OS Yosemite
Any idea what can I do? Thanks in advance