I am trying to install pyCurl using easy_install, but I get the following error
In file included from src/docstrings.c:4:
src/pycurl.h:170:13: fatal error: 'openssl/crypto.h' file not found
include <openssl/crypto.h>
1 error generated.
error: Setup script exited with error: command '/usr/bin/clang' failed with exit status 1
The openssl
has been installed using brew
and the version of it is LibreSSL 2.2.7.
I have install xcode tools using xcode-select --install
and does not seem to have fixed the issue.
I am also getting the same issue while installing using pip
.