SubZone icon indicating copy to clipboard operation
SubZone copied to clipboard

Missing module

Open chawdamrunal opened this issue 5 years ago • 2 comments

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

chawdamrunal avatar Jan 19 '20 15:01 chawdamrunal

Yea you have to pip install them

ncorbuk avatar Jul 11 '20 12:07 ncorbuk

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

colibrigithub avatar Dec 26 '20 18:12 colibrigithub