python basecrack.py -h fail
DLTech21 opened this issue · 3 comments
DLTech21 commented
Traceback (most recent call last):
File "basecrack.py", line 11, in
from termcolor import colored
ImportError: No module named termcolor
mufeedvh commented
You have to install the dependencies first.
$ pip install -r requirements.txt
DLTech21 commented
already install, still run error
DLTech21 commented
solved by running python3 basecrack.py -h