You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.
I have the same issue.
I tried to run this example from docs
The complete error I'm getting:
Traceback (most recent call last):
File "./test.py", line 3, in <module>
from protorpc import remote
File "/usr/lib64/python3.4/site-packages/protorpc/remote.py", line 117, in <module>
from . import protobuf
File "/usr/lib64/python3.4/site-packages/protorpc/protobuf.py", line 41, in <module>
from .google_imports import ProtocolBuffer
ImportError: cannot import name 'ProtocolBuffer'
Is there any workaround for this?
This happens on both my computers, running gentoo, one has python 3.4 and the other 3.5
protorpc version 0.11.1
protobuf-python version 3.0.0_beta3_p1
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, i'm new in this. I tried to run the project but give me an error in
google.net.proto import ProtocolBuffer
note: win 8 with python 2.7.7
The text was updated successfully, but these errors were encountered: