Swind/pure-python-adb

Cant use ppadb in pyinstaller package exe

Zhen-Bo opened this issue · 1 comments

I use ppadb in my code
and use pyinstaller to turn it to exe
but I run my exe file,it will said " ModuleNotFoundError: No module named 'ppadb' "
I've try to add hidden-import "ppadb" but it didnt work

Any update pls?