Sherlock: well now any ideas on this?

Created on 29 Apr 2020  路  2Comments  路  Source: sherlock-project/sherlock

sherlock$ python3 sherlock.py
Traceback (most recent call last):
File "sherlock.py", line 23, in
from colorama import Fore, Style, init
ModuleNotFoundError: No module named 'colorama'

I'm running the current version.

environment

Most helpful comment

Please read the readme file.

You just have to install requirements:

python3 -m pip install -r requirements.txt

All 2 comments

Please read the readme file.

You just have to install requirements:

python3 -m pip install -r requirements.txt

Thank You, so much that helped fix it.

Was this page helpful?
0 / 5 - 0 ratings