DrTall / beevacay

Automatically schedule "take a break" for Beeminder goals for weekends/vacations
5 stars 1 forks source link

ImportError: No module named config_pb2 #2

Open tom-doerr opened 4 years ago

tom-doerr commented 4 years ago

When executing beevacay.py I get the error message ImportError: No module named config_pb2. What module do I need to install? Executing pip install config_pb2 does not work.

tom-doerr commented 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.