pwnedOrNot icon indicating copy to clipboard operation
pwnedOrNot copied to clipboard

Problem when execute command

Open LFreitas88 opened this issue 2 years ago • 2 comments

Hi everyone.

It is my first time using pwnedornot. I installed in termux - noon rooted Android and when i use

python3 pwnedornot.py

I get the following message

Traceback (most recent call last):                     File "/data/data/com.termux/files/home/pwnedOrNot/pwnedornot.py", line 55, in <module>
    from html2text import html2text                  ModuleNotFoundError: No module named 'html2text'

How can I fix it?

Thank you

Screenshot_20221216_164742

LFreitas88 avatar Dec 16 '22 21:12 LFreitas88

@LFreitas88 try : pip3 install html2text

thewhiteh4t avatar Dec 17 '22 04:12 thewhiteh4t

@thewhiteh4t Confirming this works. However you should include this as part of the Dockerfile as well.

kylelee24 avatar Dec 29 '22 21:12 kylelee24