AutoSploit icon indicating copy to clipboard operation
AutoSploit copied to clipboard

Missing Psutil

Open MrSpaghatti opened this issue 4 years ago • 2 comments

Running an actual debian installation. I cloned the master branch. when running sudo python autosploit.py i get the error No module named psutil even tho i've already installed requirements.txt and can confirm that i have it installed. I am running python 2.7 autosploit ver 4.0.

  • Python version number?
  • AutoSploit version number?
  • Any console output that is relevant to the issue:
  • Traceback (error) if any:

MrSpaghatti avatar Apr 28 '20 13:04 MrSpaghatti

I get the same error. I'm running Python 3.

Traceback (most recent call last): File "autosploit.py", line 1, in from autosploit.main import main File "/home/kali/AutoSploit/autosploit/main.py", line 4, in import psutil ModuleNotFoundError: No module named 'psutil'

CybertSys avatar May 09 '20 04:05 CybertSys

try python -m pip install psutil

Ekultek avatar May 14 '20 07:05 Ekultek