Hi Wouter, Please check your github pull requests for a fix for the thrift dependency. In short, setup.py was dying when importing your package, before it had a chance to install the missing dependency. Now I need to go fix this in my stuff. :-)
Cheers, Todd On Mon, May 21, 2012 at 1:51 PM, Wouter Bolsterlee <[email protected]> wrote: > Marcos Ortiz schreef op ma 21-05-2012 om 12:01 [-0400]: > > +1 for this library, good design, it provides a clean and quick way to > > interact with HBase using Python. > > Can you upload it to PIP? > > Hi Marcos, > > I assume you meant PyPI, which pip uses. HappyBase is already available > from PyPI: > > http://pypi.python.org/pypi/happybase/ > > See the docs for more information about installing HappyBase: > > http://readthedocs.org/docs/happybase/en/latest/installation.html > > However, for some reason it doesn't pull in the Thrift dependency > correctly when typing just "pip install happybase", even though Thrift > is both in the install_requires and in the requirements.txt file. I > would really appreciate any help on fixing this. > > — Wouter > -- Todd DeLuca http://todddeluca.com http://wall.hms.harvard.edu/
