Common dependencies to install PyCrypto package in CentOS/RHEL
The installation of pycrypto package may fail because of errors like
“error: no acceptable C compiler found in $PATH”,
“RuntimeError: autoconf error”
“fatal error: Python.h: No such file or directory”
” #include “Python.h” ^ compilation terminated. error: command ‘gcc’ failed with exit status 1″
The solution for this issue is to install the following dependent packages.
yum install gcc yum…
View On WordPress








