You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "pokecli.py", line 38, in
from pgoapi.exceptions import NotLoggedInException, ServerSideRequestThrottlingException, ServerBusyOrOfflineException
File "c:\users\juan sebastian\downloads\pokemongo-bot\src\pgoapi\pgoapi__init__.py", line 50, in
from pgoapi.pgoapi import PGoApi
File "c:\users\juan sebastian\downloads\pokemongo-bot\src\pgoapi\pgoapi\pgoapi.py", line 31, in
import requests
File "C:\Python27\lib\site-packages\requests__init__.py", line 61, in
from .packages.urllib3.exceptions import DependencyWarning
File "C:\Python27\lib\site-packages\requests\packages__init__.py", line 29, in
import urllib3
ImportError: No module named urllib3
his errors happens when i run the bot D:
Anyone knows?
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "pokecli.py", line 38, in
from pgoapi.exceptions import NotLoggedInException, ServerSideRequestThrottlingException, ServerBusyOrOfflineException
File "c:\users\juan sebastian\downloads\pokemongo-bot\src\pgoapi\pgoapi__init__.py", line 50, in
from pgoapi.pgoapi import PGoApi
File "c:\users\juan sebastian\downloads\pokemongo-bot\src\pgoapi\pgoapi\pgoapi.py", line 31, in
import requests
File "C:\Python27\lib\site-packages\requests__init__.py", line 61, in
from .packages.urllib3.exceptions import DependencyWarning
File "C:\Python27\lib\site-packages\requests\packages__init__.py", line 29, in
import urllib3
ImportError: No module named urllib3
his errors happens when i run the bot D:
Anyone knows?
The text was updated successfully, but these errors were encountered: