TheresAFewConors / Sooty

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

unable to run sooty.py #11

Closed jsankr closed 5 years ago

jsankr commented 5 years ago

When try to run Sooty.py in Kali after installing all requirement.txt using pip command with Python3 available.

Getting error when I ran python Sooty.py Traceback (most recent call last): File "Sooty.py", line 13, in import urllib.parse ImportError: No module named parse

TheresAFewConors commented 5 years ago

That specific error is tied to using Python 2.

https://stackoverflow.com/questions/29358403/no-module-named-urllib-parse-how-should-i-install-it https://stackoverflow.com/questions/39648718/how-fix-no-module-named-parse-in-python3-4

Double check your python version with python -v

Edit: I'll close this case out for now - if you have further issues ill reopen it.