hbase-python icon indicating copy to clipboard operation
hbase-python copied to clipboard

PyPI release 0.5 is unusable

Open scottbelden opened this issue 6 years ago • 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 avatar Apr 26 '19 16:04 scottbelden

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

senegal8green avatar Aug 14 '19 06:08 senegal8green

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

scottbelden avatar Aug 22 '19 19:08 scottbelden