(using scaleway ARM cloud service )
fatal error: openssl/crypto.h: No such file or directory
fatal error: gnutls/gnutls.h: No such file or directory
In order to pass the step were pycurl is installed, I had to install (apt-get install)
libgnutls-dev and libcurl4-gnutls-dev
(I also had to run pip install python-magic by hands ... I don't know why)
(using scaleway ARM cloud service )
In order to pass the step were pycurl is installed, I had to install (apt-get install)
libgnutls-dev and libcurl4-gnutls-dev
(I also had to run pip install python-magic by hands ... I don't know why)