[
https://issues.apache.org/jira/browse/KUDU-1298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15246826#comment-15246826
]
Todd Lipcon commented on KUDU-1298:
-----------------------------------
I just uploaded a source distribution of kudu-python 0.1.1 to PyPI and it seems
to be able to install locally if I've installed the libkuduclient-dev debian
package on my Ubuntu box.
A couple notes:
- even though the sdist contains the cythonized .c files, the install is
requiring cython (seems unnecessary)
- when I try to build a binary dist (bdist_egg) I can't install it - something
about a missing setup.py.
- seems we require 'six' and 'numpy' but neither was automatically installed
when I did 'pip install kudu'. Instead they failed to import at runtime when I
tried to import kudu. Is this a bug or user error?
> Make pip install of Kudu Python client work with C++11 on OS X
> --------------------------------------------------------------
>
> Key: KUDU-1298
> URL: https://issues.apache.org/jira/browse/KUDU-1298
> Project: Kudu
> Issue Type: Bug
> Components: python
> Reporter: Jeff Hammerbacher
> Assignee: David Alves
>
> Pip install of kudu-python on Homebrew's Python 3.5.1 and the most recent
> Xcode is failing for me:
> https://getkudu.slack.com/archives/kudu-general/p1453163444003189.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)