Cannot run
Opened this issue · 3 comments
Falsen commented
I get 'ImportError: No module named google.protobuf.internal' why is that? Do i have to do something more before running?
littilesheep commented
same problem, anyone know how to solve?
0BuRner commented
Try use pip (http://www.pip-installer.org):
sudo pip install protobuf
littilesheep commented
Thank you!