Error since lastest pull.
omlet05 opened this issue · 0 comments
hi, here is the error I get since last update:
(my json is valid, pip are updated).
Traceback (most recent call last):
File "pokecli.py", line 37, in
from poketrainer.poketrainer import Poketrainer
File "/home/omlet/poketrainer/poketrainer/poketrainer.py", line 25, in
from .fort_walker import FortWalker
File "/home/omlet/poketrainer/poketrainer/fort_walker.py", line 16, in
from .poke_utils import get_item_name
File "/home/omlet/poketrainer/poketrainer/poke_utils.py", line 5, in
from library.api.pgoapi.protos.POGOProtos.Networking import
File "/home/omlet/poketrainer/library/api/pgoapi/protos/POGOProtos/Networking/Responses_pb2.py", line 16, in
from POGOProtos.Data import Battle_pb2 as POGOProtos_dot_Data_dot_Battle__pb2
ImportError: cannot import name Battle_pb2
Regards,