Open kiven7299 opened 9 months ago
Yeah, im having the same issue. After much digging, I have concluded that dbus-python is not working well with python3.10, we have to use a previous version to make it install successfully
Thank you @cobra-c313, which version that you use?
You can install python3-dbus
using apt
. It should resolve your missing dependency issue
Hi there,
I have installed all the required dependencies as mentioned here. However, when I executed the python script "keystroke-injection-android-linux.py", it raised error:
I'm using kali wsl. It does have
pydbus
python package but notdbus
. I have tried to install legacydbus-python
package but it failed to install. How to fix this problem?Thank you and have a great day!