[ 
https://issues.apache.org/jira/browse/KUDU-2565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Adar Dembo resolved KUDU-2565.
------------------------------
       Resolution: Information Provided
    Fix Version/s: n/a

I tried to reproduce this in my local Ubuntu 18 environment, but could not:
{noformat}
$ pip list --format=columns | grep kudu
kudu-python 1.7.1 
$ python
Python 2.7.15rc1 (default, Apr 15 2018, 21:51:34) 
[GCC 7.3.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import kudu
>>> import kudu.client
>>>
{noformat}

I'm closing this bug as this isn't the right venue for troubleshooting; please 
join our Slack or e-mail the Apache Kudu users mailing list. See 
https://kudu.apache.org/community.html for more information on both.

> cannot import kudu.client
> -------------------------
>
>                 Key: KUDU-2565
>                 URL: https://issues.apache.org/jira/browse/KUDU-2565
>             Project: Kudu
>          Issue Type: Test
>            Reporter: veto
>            Priority: Major
>             Fix For: n/a
>
>
> 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
> >>>
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to