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

No module named 'tkinter' #52

Closed Phil-ThePower-Pearce closed 4 years ago

Phil-ThePower-Pearce commented 4 years ago

Describe the bug No module named 'tkinter' when running for first time

Traceback (most recent call last): File "Sooty.py", line 21, in import tkinter ModuleNotFoundError: No module named 'tkinter'

Reproduction Steps Steps to reproduce the behavior:

  1. git clones repo into dir
  2. went to dir
  3. pip3 install -r requirements ...

Expected behavior A clear and concise description of what was expected to happen.

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

Desktop Operating System:

Additional context Python 3.7.5

Phil-ThePower-Pearce commented 4 years ago

sudo apt-get install python3-tk

TheresAFewConors commented 4 years ago

Hi @Phil-ThePower-Pearce Could you verify your installed packages with pip3 list? and just to confirm - are you are executing Sooty with python3?

TheresAFewConors commented 4 years ago

Giving this is a bump to see if issue is still occurring?

TheresAFewConors commented 4 years ago

closing due to inactivity