Deadpool2000 / Paybag

Simple and easy Metasploit payload generator for Linux & Termux
MIT License
249 stars 19 forks source link

Modulenotfounderror #3

Closed Ghost1292 closed 2 years ago

Ghost1292 commented 2 years ago

➜ Paybag git:(master) python paybag.py Traceback (most recent call last): File "/data/data/com.termux/files/home/Paybag/paybag.py", line 10, in from prettytable import PrettyTable ModuleNotFoundError: No module named 'prettytable'

Deadpool2000 commented 2 years ago

Try upgrading packages

$ apt upgrade

Then run -

$ pip3 install prettytable

alitheDev commented 2 years ago

install preetytable via pip

Ghost1292 commented 2 years ago

worked thanks