gwen001 / github-search

A collection of tools to perform searches on GitHub.
https://10degres.net/github-tools-collection/
MIT License
1.32k stars 339 forks source link

Traceback Error on subdomain.py #17

Closed oghenejivwe closed 4 years ago

oghenejivwe commented 4 years ago

When i run subdomain.py i get this error:

Traceback (most recent call last): File "github-subdomains.py", line 14, in from colored import fg, bg, attr ModuleNotFoundError: No module named 'colored'

manerod commented 4 years ago

When i run subdomain.py i get this error:

Traceback (most recent call last): File "github-subdomains.py", line 14, in from colored import fg, bg, attr ModuleNotFoundError: No module named 'colored'

You need to install the requirements. pip install -r requirements3.txt

oghenejivwe commented 4 years ago

I get this error when trying to install requirements

Traceback (most recent call last): File "/usr/local/bin/pip3", line 5, in from pip._internal.cli.main import main ModuleNotFoundError: No module named 'pip._internal.cli.main'

When i run subdomain.py i get this error: Traceback (most recent call last): File "github-subdomains.py", line 14, in from colored import fg, bg, attr ModuleNotFoundError: No module named 'colored'

You need to install the requirements. pip install -r requirements3.txt

gwen001 commented 4 years ago

Looks like you have a problem with your Python/pip install.