Created on 05-21-2018 04:10 PM - edited 09-16-2022 06:15 AM
I have been struggling to install kudu-python on Centos 7 without success.
The following are the commands:
sudo yum install kudu-client0
sudo yum install kudu-client-devel
sudo yum install -y kudu
pip install kudu-python
The error message:
gcc -pthread -B /home/fayw/anaconda2/compiler_compat -Wl,--sysroot=/ -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O 3 -Wall -Wstrict-prototypes -fPIC -I/usr/include -I/home/fayw/anaconda2/include/python2.7 -c kudu/client.cpp -o build/temp. linux-x86_64-2.7/kudu/client.o
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default]
kudu/client.cpp:589:30: fatal error: kudu/util/int128.h: No such file or directory
#include "kudu/util/int128.h"
^
compilation terminated.
error: command 'gcc' failed with exit status 1
Any help is highly appreciated!!
Created 05-21-2018 07:41 PM
Created 05-21-2018 07:41 PM
Created 05-22-2018 09:34 AM
Thanks, it works!