Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
m-danya opened this issue Feb 26, 2021 · 2 comments
Open

Comments

@m-danya
Copy link

m-danya commented Feb 26, 2021

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

@m-danya m-danya changed the title Error at startup Python error on startup: No module named 'droidbot.input_policy_memory' Feb 26, 2021
@HanJinChi
Copy link

I face the same question too

@yuanchun-li
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants