Open tom-doerr opened 4 years ago
I solved it by running
sudo apt-get install protobuf-compiler
protoc -I=./ --python_out=./ config.proto
as suggested in this issue: https://github.com/mansimov/unsupervised-videos/issues/7 .
It might be helpful to add this to the README
.
When executing
beevacay.py
I get the error messageImportError: No module named config_pb2
. What module do I need to install? Executingpip install config_pb2
does not work.