Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: No module named config_pb2 #2

Open
tom-doerr opened this issue Dec 11, 2019 · 1 comment
Open

ImportError: No module named config_pb2 #2

tom-doerr opened this issue Dec 11, 2019 · 1 comment

Comments

@tom-doerr
Copy link

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
Copy link
Author

I solved it by running

sudo apt-get install protobuf-compiler
protoc -I=./ --python_out=./ config.proto

as suggested in this issue: mansimov/unsupervised-videos#7 .
It might be helpful to add this to the README.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant