honeynet/droidbot

Python error on startup: No module named 'droidbot.input_policy_memory'

Opened this issue · 2 comments

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

I face the same question too

Please pull the latest version. This was due to a problematic commit. Sorry for the inconvenience.