PokemonGoF / PokemonGo-Bot

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

error pokecli #2569

Closed piensaenpixel closed 8 years ago

piensaenpixel commented 8 years ago

any idea?

Traceback (most recent call last): File "pokecli.py", line 38, in <module> from pgoapi.exceptions import NotLoggedInException, ServerSideRequestThrottlingException, ServerBusyOrOfflineException ImportError: cannot import name ServerSideRequestThrottlingException

kimonniez commented 8 years ago

pip install -r requirements.txt

After that read #2540 :)

piensaenpixel commented 8 years ago

thanks @kimonniez it's working now :)