When I run pip install M2Crypto
, I get:
/usr/include/openssl/opensslconf.h:31: Error: CPP #error ""This openssl-devel package does not work your architecture?"". Use the -cpperraswarn option to continue swig processing.
error: command 'swig' failed with exit status 1
I tried the answer here (https://stackoverflow.com/a/7855209/828584), but when trying to run the script with "build", I get
gcc: error trying to exec 'as': execvp: Permission denied
Is there a way to get around either error or another way to install M2Crypto?