-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot Launch Bot - Issue with "pokecli.py" #3087
Comments
Did you install the requirements? |
Yes, I actually went back and deleted everything and reinstalled to be sure I did not miss anything. |
In Windows I fixed the problem by installing vc for python 2.7. |
Getting the same error on windows and I did followed both Still the same error appears |
After installing visual c for python on Windows you've to run again |
Same errors here for OSX |
Hello there!
I will start out admitting I am a novice to setting this up, but I am pretty sure I have everything running properly.
I installed the bot and updated the config files with my login info and I am unable to launch the Bot.
I am receiving this error when i try to run the bot using "python pokecli.py":
"Traceback (most recent call last):
File "pokecli.py", line 38, in
from pgoapi.exceptions import NotLoggedInException, ServerSideRequestThrottlingException, ServerBusyOrOfflineException
ImportError: No module named pgoapi.exceptions"
Thanks!
Mike
Other Information
OS: OSX -
Git Commit:
Python Version: 2.7.12
The text was updated successfully, but these errors were encountered: