When I try to install pycrypto on a GCE i get the error "no acceptable C compiler found in $PATH".
I use pip like this
pip install pycrypto
The GCE is a backports-debian-7-wheezy-v20131127 image. I assumed the debian image would have gcc installed, but typing 'gcc' gives 'command not found'.
Is there a way to install pycrypto without having to use gcc?
Has anyone managed to install pycrypto on GCE yet?