Skip to content

docker: ModuleNotFoundError: No module named 'droidmind' #13

@RuleNumber1

Description

@RuleNumber1

I try to install drodmind by docker
I executed commonds below:

  1. git clone https://github.com/hyperb1iss/droidmind.git
  2. cd droidmind/
  3. sudo docker build -t droidmind:latest .
  4. sudo docker run -d -p 4256:4256 -e DROIDMIND_TRANSPORT=sse --name droidmind-server droidmind:latest
  5. sudo docker logs droidmind-server
    I got error log like this:
Traceback (most recent call last):
  File "/opt/venv/bin/droidmind", line 3, in <module>
    from droidmind.server import main
ModuleNotFoundError: No module named 'droidmind'

how can i repair this bug?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions