PokemonGoF / PokemonGo-Bot

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

Errors/Warnings on running install.sh #2632

Closed pranavperfect closed 8 years ago

pranavperfect commented 8 years ago

Expected Behavior

The requirements.txt links to old pgoapi link.

Actual Behavior

Steps to Reproduce

Other Information

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

pranavperfect commented 8 years ago

Getting this error when i run the bot.

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

If i comment that line, it throws error for next line and then next line and then next line.

mjmadsen commented 8 years ago

Wait for official updates. The API wrapper is not finished.

Happyrain67 commented 8 years ago

It's Crazy ! Do we just update pgoapi ? not update a bot ?

ColdSunERA commented 8 years ago

You wait until its released. While the api has been dealt with, the bot still needs to make a few more changes.

Happyrain67 commented 8 years ago

Ok thanx ;)

pranavperfect commented 8 years ago

warning: no previously-included files matching '.pyc' found anywhere in distribution warning: no previously-included files matching '.pyo' found anywhere in distribution warning: no previously-included files matching '*.pyd' found anywhere in distribution