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
I have installed all the required packages, but when i try to start droidbot (by droidbot -h or by python3 start.py), i get an python error:
File "start.py", line 4, in <module>
from droidbot import input_manager
File "/home/greedisgood/ml/droidbot/droidbot/__init__.py", line 1, in <module>
from droidbot.droidbot import DroidBot
File "/home/greedisgood/ml/droidbot/droidbot/droidbot.py", line 15, in <module>
from .input_manager import InputManager
File "/home/greedisgood/ml/droidbot/droidbot/input_manager.py", line 14, in <module>
from .input_policy_memory import MemoryGuidedPolicy, POLICY_MEMORY_GUIDED
ModuleNotFoundError: No module named 'droidbot.input_policy_memory'
I think it may be related to the commit b8ad533 named 'update policy'
Python 3.8.5, ubuntu 20.04, openjdk version "14.0.2" 2020-07-14
UPD. Everything works fine on 5932a4f, but doesn't work at 64be3ae already
The text was updated successfully, but these errors were encountered:
m-danya
changed the title
Error at startup
Python error on startup: No module named 'droidbot.input_policy_memory'
Feb 26, 2021
I have installed all the required packages, but when i try to start droidbot (by
droidbot -h
or bypython3 start.py
), i get an python error:I think it may be related to the commit b8ad533 named 'update policy'
Python 3.8.5, ubuntu 20.04, openjdk version "14.0.2" 2020-07-14
UPD. Everything works fine on 5932a4f, but doesn't work at 64be3ae already
The text was updated successfully, but these errors were encountered: