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
After implementing edited code from #3578 , I'm getting this error in run.sh: