Hello, I have tried both sudo pip install -r requirements.txt and pip install -r requirements.txt but I am still getting errors. Any help would be appreciated!
python3 opendoor.py --host https://somesite.com
Traceback (most recent call last):
File "opendoor.py", line 25, in <module>
__import__(_)
ModuleNotFoundError: No module named 'json2html'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "opendoor.py", line 27, in <module>
sys.exit("""\t\t[!] Several dependencies wasn't installed! Please run pip install -r requirements.txt. Details : %s.""" %(error))
NameError: name 'error' is not defined
Hello, I have tried both
sudo pip install -r requirements.txt
andpip install -r requirements.txt
but I am still getting errors. Any help would be appreciated!When I try to do
pip install -r requirements.txt
: