Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named validators #5

Open
saryx123 opened this issue Mar 4, 2019 · 3 comments
Open

No module named validators #5

saryx123 opened this issue Mar 4, 2019 · 3 comments

Comments

@saryx123
Copy link

saryx123 commented Mar 4, 2019

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
Copy link

use pip install validators

@gitdram
Copy link

gitdram commented Aug 10, 2020

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
Copy link

v3daxt commented Sep 21, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants