After installing waydroid and trying to run it, the task begins but it never opens and eventually the task ends by itself
Whenever I try to run it from the terminal, this is what I get back:
Traceback (most recent call last):
File “/usr/bin/waydroid”, line 7, in
import tools
File “/usr/lib/waydroid/tools/_init_.py”, line 12, in
from . import actions
File “/usr/lib/waydroid/tools/actions/_init_.py”, line 3, in
from tools.actions.initializer import init, remote_init_client
File “/usr/lib/waydroid/tools/actions/initializer.py”, line 5, in
from tools import helpers
File “/usr/lib/waydroid/tools/helpers/_init_.py”, line 5, in
import tools.helpers.props
File “/usr/lib/waydroid/tools/helpers/props.py”, line 7, in
from tools.interfaces import IPlatform
File “/usr/lib/waydroid/tools/interfaces/IPlatform.py”, line 1, in
import gbinder
ModuleNotFoundError: No module named ‘gbinder’
Any help appreciated!