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

unable to run on osx #57

Open
ramarro123 opened this issue Oct 3, 2016 · 0 comments
Open

unable to run on osx #57

ramarro123 opened this issue Oct 3, 2016 · 0 comments

Comments

@ramarro123
Copy link

ramarro123 commented Oct 3, 2016

Hello, i have do a fresh install following the instruction for osx

all the requierments are installed & updated

That's the stacktrace when i try to execute the program:

Traceback (most recent call last):
  File "/usr/local/bin/pikaptcha", line 9, in <module>
    load_entry_point('Pikaptcha==0.1', 'console_scripts', 'pikaptcha')()
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 567, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2604, in load_entry_point
    return ep.load()
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2264, in load
    return self.resolve()
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2270, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/usr/local/lib/python2.7/site-packages/pikaptcha/console.py", line 6, in <module>
    from pikaptcha.tos import *
  File "/usr/local/lib/python2.7/site-packages/pikaptcha/tos.py", line 3, in <module>
    from pgoapi import PGoApi
  File "/usr/local/lib/python2.7/site-packages/pgoapi/__init__.py", line 50, in <module>
    from pgoapi.pgoapi import PGoApi
  File "/usr/local/lib/python2.7/site-packages/pgoapi/pgoapi.py", line 34, in <module>
    from pgoapi.rpc_api import RpcApi
  File "/usr/local/lib/python2.7/site-packages/pgoapi/rpc_api.py", line 50, in <module>
    from POGOProtos.Networking.Envelopes.RequestEnvelope_pb2 import RequestEnvelope
  File "/usr/local/lib/python2.7/site-packages/pgoapi/protos/POGOProtos/Networking/Envelopes/RequestEnvelope_pb2.py", line 16, in <module>
    from POGOProtos.Networking.Envelopes import AuthTicket_pb2 as POGOProtos_dot_Networking_dot_Envelopes_dot_AuthTicket__pb2
  File "/usr/local/lib/python2.7/site-packages/pgoapi/protos/POGOProtos/Networking/Envelopes/AuthTicket_pb2.py", line 22, in <module>
    serialized_pb=_b('\n0POGOProtos/Networking/Envelopes/AuthTicket.proto\x12\x1fPOGOProtos.Networking.Envelopes\"E\n\nAuthTicket\x12\r\n\x05start\x18\x01 \x01(\x0c\x12\x1b\n\x13\x65xpire_timestamp_ms\x18\x02 \x01(\x04\x12\x0b\n\x03\x65nd\x18\x03 \x01(\x0c\x62\x06proto3')
TypeError: __init__() got an unexpected keyword argument 'syntax'
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