PyPI release 0.5 is unusable
Opened this issue · 2 comments
scottbelden commented
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.
senegal8green commented
@scottbelden 'pip install protobuf' did a trick in my case
scottbelden commented
Yes, that will work, but it might not be obvious to someone that they need to do that.