maldevel/EmailHarvester

Error on MAC OS X EL Capitan 10.11.4

Closed this issue · 3 comments

n0xi commented

Hi,

I have the same problem on OS X El Capitan 10.11.4 :/

MacBook:EmailHarvester pierre$ ./EmailHarvester.py Traceback (most recent call last): File "./EmailHarvester.py", line 39, in <module> import requests ImportError: No module named 'requests'

MacBook:EmailHarvester pierre$ pip install requests Requirement already satisfied (use --upgrade to upgrade): requests in /Users/pierre/Library/Python/2.7/lib/python/site-packages MacBook:EmailHarvester pierre$ pip install --upgrade requests Requirement already up-to-date: requests in /Users/pierre/Library/Python/2.7/lib/python/site-packages

how can i fix it ?

hello, project is using python 3. Install/use python 3 and pip install requests package for python 3.

n0xi commented

Thanks (:

MacBook-Pro-de-pierre:EmailHarvester pierre$ **python3 EmailHarvester.py ** Traceback (most recent call last): **File "EmailHarvester.py", line 42, in <module> from termcolor import colored** ImportError: No module named 'termcolor' MacBook-Pro-de-pierre:EmailHarvester pierre$ **pip3 install termcolor** Collecting termcolor Using cached termcolor-1.1.0.tar.gz Building wheels for collected packages: termcolor Running setup.py bdist_wheel for termcolor ... done Stored in directory: /Users/pierre/Library/Caches/pip/wheels/ad/7b/3a/b213d6375a91076f20681a1d97550d04b8a7a371f0316a79f1 Successfully built termcolor Installing collected packages: termcolor Successfully installed termcolor-1.1.0

Result 👍

MacBook-Pro-de-pierre:EmailHarvester pierre$ python3 EmailHarvester.py 
usage: EmailHarvester.py [-h] [-d DOMAIN] [-s FILE] [-e ENGINE] [-l LIMIT]

 _____                   _  _   _   _                                _              
|  ___|                 (_)| | | | | |                              | |             
| |__  _ __ ___    __ _  _ | | | |_| |  __ _  _ __ __   __ ___  ___ | |_  ___  _ __ 
|  __|| '_ ` _ \  / _` || || | |  _  | / _` || '__|\ \ / // _ \/ __|| __|/ _ \| '__|
| |___| | | | | || (_| || || | | | | || (_| || |    \ V /|  __/\__ \| |_|  __/| |   
\____/|_| |_| |_| \__,_||_||_| \_| |_/ \__,_||_|     \_/  \___||___/ \__|\___||_| 

    A tool to retrieve Domain email addresses from Search Engines | @maldevel
                                 Version: 1.0

Fixed ^^

np ;) glad to see it is working..