Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

requirements error #8

Open
mshamilk opened this issue Mar 7, 2021 · 1 comment
Open

requirements error #8

mshamilk opened this issue Mar 7, 2021 · 1 comment

Comments

@mshamilk
Copy link

mshamilk commented Mar 7, 2021

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

@ritvikb99
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants