PokemonGoF / PokemonGo-Bot

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

ImportError: No module named gpxpy #1976

Closed astr010 closed 8 years ago

astr010 commented 8 years ago

Expected Behavior

./install.sh should install dependencies

Actual Behavior

the package gpxpy requires sudo for install

Steps to Reproduce

clone dev branch cd PokemonGo-Bot ./install.sh ./run.sh Error: ImportError: No module named gpxpy

Other Information

OS: Git Commit: (run 'git log -n 1 --pretty=format:"%H"' and paste it here)

Darkmet98 commented 8 years ago

https://pypi.python.org/packages/59/88/3dba16d7fd7b1308e1e22c57bc7c593da2cfc8bc827776d8b7380e69dbfb/gpxpy-1.1.1.tar.gz

setup.py install

astr010 commented 8 years ago

I used the install.sh script and received the fail. then I just sudo pip installed it and it works fine.

The install.sh has pip install -r requirements.txt

also this was on ubuntu 16.04 LTS 64bit

gregtampa commented 8 years ago

go to the slack chatroom then in #help someone will help you setup the bot correctly closed: NOT A BUG