-
Notifications
You must be signed in to change notification settings - Fork 445
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
Python3 - ImportError: cannot import name 'protos' #63
Comments
john-best
changed the title
Python3 -
Python3 - ImportError: cannot import name 'protos'
Jul 21, 2016
Issue was because I was outside of the directory of pgoapi. For some reason I thought setup.py would have allowed system-wide access to the pgoapi library but it seems I was mistaken. |
Problem is, that the protos wont be installed yet... stupid installer stuff... will be fixed soon |
Should be fixed now. setup.py also installs the proto system-wide now. |
Works on my machine 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm on Debian stretch running Python 3.5.1 with protobuf3.0.0b4. I'm not sure if there's something I'm missing or if I have installed the wrong dependency. Thanks!
The text was updated successfully, but these errors were encountered: