AutoSploit icon indicating copy to clipboard operation
AutoSploit copied to clipboard

i have installed the requirements, but still get "errorImportError: No module named psutil"

Open ghoxt007 opened this issue 3 years ago • 1 comments

i have installed the requirements, but still get "errorImportError: No module named psutil"

ghoxt007 avatar Apr 17 '21 21:04 ghoxt007

run command pip install psutil if its install it will show location where its install add that path to environment If your system in LINUX by default pip install dependencies in "/home/user/.local" you have to add this path to your environment in "/etc/environment" and then restart

Astrosp avatar Jun 12 '21 23:06 Astrosp