-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
Bug: installation ImportError: cannot import name 'game_metadata_pb2' #159
Comments
Can you check if |
you might be using a different protoc.exe, that |
@Sciguymjm Yes the |
What platform are you on? What does |
I am on macos (Mojave) and |
the protoc bundled with carball is 2.6.1 (well.. for windows, but travis also uses the 2.6.1 binary on linux), could you try with that? |
Yeah we use proto2, not proto3. |
It seems that installing protobuf 2.6.1 on macos is not trivial. I will test it on another machine later. Thanks for the help. |
Hi,
I get the following error trying to install carball from source, both
pip install -e .
andpython init.py
creates the same error. I can install withpip install carball
I am macos and python 3.6
The text was updated successfully, but these errors were encountered: