vrasneur/icapclient

Installation fails - gcc exit status 1

Rammurthy5 opened this issue · 0 comments

Hi,

I am having trouble installing the module. Below is the error:

gcc -pthread -B /root/anaconda3/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/root/anaconda3/include/python3.7m -c icapclient.c -o build/temp.linux-x86_64-3.7/icapclient.o -std=gnu99 -Wextra -D_REENTRANT -g -O2 -fdebug-prefix-map=/build/c-icap-rbetWe/c-icap-0.4.4=. -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wall -D_FILE_OFFSET_BITS=64 -I/usr/include -I/usr/include/c_icap
icapclient.c:18:10: fatal error: cStringIO.h: No such file or directory
#include <cStringIO.h>
^~~~~~~~~~~~~
compilation terminated.
error: command 'gcc' failed with exit status 1

Ubuntu Kernel 4.15.0-124-generic. OS - 18.04.5 LTS
Python 3.7.5
I have got gcc, gcc-c++, python37-dev, python37-devel, libicapapi-dev installed.

Please help.

Thanks