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
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'
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: