honeynet / droidbot

A lightweight test input generator for Android. Similar to Monkey, but with more intelligence and cool features!
MIT License
791 stars 230 forks source link

Installation Successfulll but droidbot no command found #128

Open Ibrar-69 opened 3 years ago

Ibrar-69 commented 3 years ago

I install it by using the command pip install -e. after cloning the repository but when I run the command droidbot -h. it says "no command found"

Ibrar-69 commented 3 years ago

I install it by using the command pip install -e. after cloning the repository but when I run the command droidbot -h. it says "no command found" i have tried it on windows attaching some screenshots for more details Screenshot (287) Screenshot (288)

yuanchun-li commented 3 years ago

Hi, I'm not sure why this happens. Can you try python start.py -h instead?

alicegalli commented 2 years ago

Hi, I have the same problem of Ibrar-69, I tried python start.py -h and I get these errors. Can anyone help me?

Schermata 2022-02-04 alle 10 14 39
yuanchun-li commented 2 years ago

Hi @alicegalli , it seems your issue is different from lbrar-69's. It might due to the Python version, which should be fixed if you use Python 3.6+. https://stackoverflow.com/questions/42126794/getting-an-invalid-syntax-when-trying-to-perform-string-interpolation

Connor-fire commented 2 years ago

I installed it on Ubuntu 20. After successful installation, the above problems can be solved only by restarting. Maybe the previous environment variables did not take effect.