i installed and compiled successfully kudo on jessie, stretch and used dockers on centos and ubutu.
on all i installed python2.7 and pip in kudu-pyton==1.7.1 and 1.2.0 successfully. i could successfully import kudo but it fails to import kudo.client here is the log: (env) root@boot2docker:~/kudu# python Python 2.7.12 (default, Dec 4 2017, 14:50:18) [GCC 5.4.0 20160609] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import kudu >>> import kudu.client Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named client
