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
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'
I try to install drodmind by docker
I executed commonds below:
I got error log like this:
how can i repair this bug?