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

Missing module #12

Open
chawdamrunal opened this issue Jan 19, 2020 · 2 comments
Open

Missing module #12

chawdamrunal opened this issue Jan 19, 2020 · 2 comments

Comments

@chawdamrunal
Copy link

[ERROR] Missing module: colorama>=0.3.9
[ERROR] Missing module: requests>=2.18.4
[ERROR] Missing module: urllib3>=1.22

@ncorbuk
Copy link
Owner

ncorbuk commented Jul 11, 2020

Yea you have to pip install them

@colibrigithub
Copy link

same problem:
sudo python3 subzone.py -d https://facebook.com -o facebook.txt

[ERROR] Missing module: colorama>=0.3.9
[ERROR] Missing module: requests>=2.18.4
[ERROR] Missing module: urllib3>=1.22

i try-->
sudo pip install requests==2.18.4

DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality.
Requirement already satisfied: requests==2.18.4 in /usr/local/lib/python2.7/dist-packages (2.18.4)
Requirement already satisfied: idna<2.7,>=2.5 in /usr/local/lib/python2.7/dist-packages (from requests==2.18.4) (2.6)
Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python2.7/dist-packages (from requests==2.18.4) (3.0.4)
Requirement already satisfied: urllib3<1.23,>=1.21.1 in /usr/local/lib/python2.7/dist-packages (from requests==2.18.4) (1.22)
Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python2.7/dist-packages (from requests==2.18.4) (2019.11.28)
WARNING: You are using pip version 20.2.4; however, version 20.3.3 is available.
You should consider upgrading via the '/usr/bin/python -m pip install --upgrade pip' command.

any idea?

Thanks

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