dagrz / aws_pwn

A collection of AWS penetration testing junk
1.15k stars 191 forks source link

No module named validators #5

Open saryx123 opened 5 years ago

saryx123 commented 5 years ago

USERNAME@ubuntu:~/cloudTools/aws_pwn/reconnaissance$ ./validate_accounts.py -i testaccounts.txt Traceback (most recent call last): File "./validate_accounts.py", line 7, in import validators ImportError: No module named validators

manishbitr commented 4 years ago

use pip install validators

gitdram commented 3 years ago

use pip install validators

that resolved the issue I was having. I was getting in VScode: "No tests ran, please check the configuration settings for the tests" along with "Unhandled exception in thread started by" (there was nothing after ...started by). I was getting nowhere tblshooting the issue until I found the error "ModuleNotFoundError: No module named 'validators'" in the Output.

v3daxt commented 2 years ago

sudo -H pip2 install --upgrade pip or
sudo -H pip3 install --upgrade pip pip install validators