dark-fantasy-hack-tool icon indicating copy to clipboard operation
dark-fantasy-hack-tool copied to clipboard

requirements error

Open mshamilk opened this issue 3 years ago • 1 comments

Traceback (most recent call last): File "D:\Downloads\dark-fantasy-hack-tool-master\dark-fantasy-hack-tool-master\dark-fantasy-2.0.3.py", line 7, in from html2text import html2text ModuleNotFoundError: No module named 'html2text' This Error Comes while runing the file

mshamilk avatar Mar 07 '21 06:03 mshamilk

Run the following command in the terminal while being in the same folder as the main program once: pip3 install -r requirements.txt html2text is an external library that needs to be involved first. This can be done by the above command. Or just install html2text by: pip3 install html2text

ritvikb99 avatar Mar 12 '21 08:03 ritvikb99