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

Getting an Import error #109

Closed Kodiakev closed 2 months ago

Kodiakev commented 2 months ago

I know this might be a user error, but I'm getting this error whenever I try to run Sooty.py:

Traceback (most recent call last): File "Sooty.py", line 20, in import strictyaml File "/usr/local/lib/python3.8/dist-packages/strictyaml/init.py", line 2, in from strictyaml.parser import load File "/usr/local/lib/python3.8/dist-packages/strictyaml/parser.py", line 21, in from ruamel.yaml.compat import PY2 ImportError: cannot import name 'PY2' from 'ruamel.yaml.compat' (/usr/local/lib/python3.8/dist-packages/ruamel/yaml/compat.py)

Any tips?

Kodiakev commented 2 months ago

Edit - had to install pip install 'ruamel.yaml<=0.15.94' and sudo apt install python3-tk