PokemonGoF / PokemonGo-Bot

The Pokemon Go Bot, baking with community.
MIT License
3.86k stars 1.54k forks source link

After update bot i got No module named Requests #4134

Closed clubza1 closed 8 years ago

clubza1 commented 8 years ago

before update,It's work well .After update bot i got No module named Requests

Traceback (most recent call last): File "pokecli.py", line 42, in from pokemongo_bot import PokemonGoBot, TreeConfigBuilder File "D:\Bot\som\PokemonGo-Bot\pokemongo_botinit.py", line 22, in from api_wrapper import ApiWrapper File "D:\Bot\som\PokemonGo-Bot\pokemongo_bot\api_wrapper.py", line 9, in from pgoapi.protos.POGOProtos.Networking.Requests_pb2 import RequestType

ImportError: No module named Requests_pb2

I try #4104 but not work

i use home network

my bot is dev branch

k4n30 commented 8 years ago

Did you follow the update process correctly and install any new requirements? If not, please come back and use the issue template properly

clubza1 commented 8 years ago

I fix it

i uninstall Python 2.7.x,pip,git,virtualenv and reinstall.