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
After implementing edited code from #3578 , I'm getting this error in run.sh:
Traceback (most recent call last):
File "pokecli.py", line 41, in
from pokemongo_bot import PokemonGoBot, TreeConfigBuilder
File "C:\Program Files\Git\PokemonGo-Bot\pokemongo_bot__init__.py", line 31, in
from pokemongo_bot.base_dir import _base_dir
ImportError: No module named base_dir
The text was updated successfully, but these errors were encountered:
After implementing edited code from #3578 , I'm getting this error in run.sh:
The text was updated successfully, but these errors were encountered: