Issue with termcolor
jrwalzer opened this issue · 2 comments
jrwalzer commented
Describe the bug
When I run python3 SubDomainizer.py -h, I get the following error message:
Traceback (most recent call last):
File "SubDomainizer.py", line 13, in
import termcolor
ImportError: No module named 'termcolor'
I have verified that the module 'termcolor' is installed
nsonaniya2010 commented
Try to install requirements using:
pip3 install -r requirements.txt
and then run.
jrwalzer commented
Thx - that worked