3601314/hbase-python

PyPI release 0.5 is unusable

Opened this issue · 2 comments

The release doesn't include the changes to the setup.py requirements that were added here. This means that after installing, if you try to import hbase you get an error about not having protobuf installed.

@scottbelden 'pip install protobuf' did a trick in my case

Yes, that will work, but it might not be obvious to someone that they need to do that.