Even though the setup.py tries to work around the need to have the C compiler installed, when installing with pip it will first download the dependencies and install them, before even running the setup.py from gittle, and them the whole installation fails when it can install pycrypto. Maybe the dependencies need to be declared in some other way, for it to work? Or not at all, and leave to the setup.py to install everything?
Even though the setup.py tries to work around the need to have the C compiler installed, when installing with pip it will first download the dependencies and install them, before even running the setup.py from gittle, and them the whole installation fails when it can install pycrypto. Maybe the dependencies need to be declared in some other way, for it to work? Or not at all, and leave to the setup.py to install everything?