TheresAFewConors/Sooty

No Module named 'strictyaml'

oussama101 opened this issue · 7 comments

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
2. launch Sooty by command python3 Sooty.py
3. 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:

  • Kali Linux 2019.1

Additional context
Add any other context about the problem here.

Hi @oussama101, thanks for opening an issue.

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

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

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

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

@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?

@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.

@oussama101 Not prob, glad it worked for you.