TheresAFewConors / Sooty

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

No Module named 'strictyaml' #50

Closed oussama101 closed 4 years ago

oussama101 commented 4 years ago

Describe the bug Hi while I was trying to launch Sooty for the first time. I received a message error that no module named 'strictyaml'. This stopped launching Sooty Reproduction Steps Steps to reproduce the behavior: 1.navigate the the main branch on cli

  1. launch Sooty by command python3 Sooty.py
  2. error pop up and no further action ...

Expected behavior Application to launch

Screenshots If applicable, add screenshots to help explain your problem. image

Desktop Operating System:

Additional context Add any other context about the problem here.

TheresAFewConors commented 4 years ago

Hi @oussama101, thanks for opening an issue.

Have you installed from the requirements file first before launching Sooty for the first time?

oussama101 commented 4 years ago

@TheresAFewConors Yes. I have double-checked and all are marked as requirement already satisfied.

TheresAFewConors commented 4 years ago

could you try run pip3 list and see if the strictlyaml module exists there? It may be an issue using the wrong pip version.

oussama101 commented 4 years ago

@TheresAFewConors run the pip3 list and strictyaml module does not exist there.

TheresAFewConors commented 4 years ago

@oussama101 okay - looks like the issue is that its installing the modules for the wrong environment. could you try running: pip3 install -r requirements.txt and then verify the module installed with pip3 list?

oussama101 commented 4 years ago

@TheresAFewConors sorry for the delayed response. That seems to fix the issue. I was able to start Sooty after. Thank you for all the help much appreciated.

TheresAFewConors commented 4 years ago

@oussama101 Not prob, glad it worked for you.