TheresAFewConors / Sooty

The SOC Analysts all-in-one CLI tool to automate and speed up workflow.
GNU General Public License v3.0
1.3k stars 205 forks source link

module not found error #88

Closed johnsilverkim closed 2 years ago

johnsilverkim commented 3 years ago

I got an error when running the command " Python sooty.py"

Error message - File line 12 from unfurl import core ModulenotFounderror :No module name 'unfurl'

jenetiks commented 3 years ago

You need to install the requirements first. Try the following:

python3 -m pip install -r requirements.txt Note: use whatever is in $PATH for your interpreter. In my case, it's Python3

Should install missing libraries you need to run the app itself.

TheresAFewConors commented 2 years ago

user issue