Hi Chen, As far as I'm aware this is not possible. The python client builds on top of the kudu client libraries and kudu can't be built on Windows.
Maybe someone else will have a creative workaround, but I can't think of one. Thanks, Jordan On Mon, Oct 23, 2017, 4:02 AM Chen Rani <[email protected]> wrote: > Hi, > > > I am a tester and new to use kudu. I want to connect kudu with python on > windows, so that I can select the data. > > > Is there any guide about this? > > > I install kudu-python, but meet a problem. What should I do next? > > > >pip install kudu-python > Collecting kudu-python > Using cached kudu-python-1.2.0.tar.gz > Complete output from command python setup.py egg_info: > Cannot find installed kudu client. > > ---------------------------------------- > Command "python setup.py egg_info" failed with error code 1 in > c:\users\rani\app > data\local\temp\pip-build-7ildct\kudu-python > >
