PokemonGoF / PokemonGo-Bot

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

Newest dev throws error ImportError: No module named gpxpy #1905

Closed Aaranaw closed 7 years ago

Aaranaw commented 7 years ago

Expected Behavior

No error

Actual Behavior

Bot throws error Traceback (most recent call last): File "pokecli.py", line 40, in <module> from pokemongo_bot import PokemonGoBot File "/opt/PokemonGo-Bot/pokemongo_bot/__init__.py", line 18, in <module> import navigators File "/opt/PokemonGo-Bot/pokemongo_bot/navigators/__init__.py", line 2, in <module> from path_navigator import PathNavigator File "/opt/PokemonGo-Bot/pokemongo_bot/navigators/path_navigator.py", line 3, in <module> import gpxpy ImportError: No module named gpxpy

Steps to Reproduce

Install latest dev launch bot from terminal mate-terminal -x sh -c '(python pokecli.py -cf configs/account1.json) ; exec /bin/bash -i' &

mrthrowaway commented 7 years ago

Need to update requirements

pip install -r requirements.txt --upgrade

Aaranaw commented 7 years ago

Thats it thanks.