You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: