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

tool is not working #1

Open
br0k3n-1337 opened this issue Aug 1, 2021 · 2 comments
Open

tool is not working #1

br0k3n-1337 opened this issue Aug 1, 2021 · 2 comments

Comments

@br0k3n-1337
Copy link

Error:
Traceback (most recent call last):
File "arl.py", line 4, in
import validators
ImportError: No module named validators
2021-08-01_222913

@defparam
Copy link

defparam commented Aug 5, 2021

or in general install packages called out in the requirements.txt file by doing:

pip install -r requirements.txt

@v3daxt
Copy link

v3daxt commented Sep 21, 2021

I faced the same issue, Got is solved with following two commands.

sudo -H pip2 install --upgrade pip
pip install validators
python3 arl.py <target>

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

3 participants