NullArray / AutoSploit

Automated Mass Exploiter
GNU General Public License v3.0
5.01k stars 1.13k forks source link

Missing Psutil #1268

Open MrSpaghatti opened 4 years ago

MrSpaghatti commented 4 years ago

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.

CybertSys commented 4 years ago

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'

Ekultek commented 4 years ago

try python -m pip install psutil