bhavsec / reconspider

🔎 Most Advanced Open Source Intelligence (OSINT) Framework for scanning IP Address, Emails, Websites, Organizations.
GNU General Public License v3.0
2.07k stars 317 forks source link

Import Error: No module named clearbit #14

Closed Maves12 closed 5 years ago

Maves12 commented 5 years ago

After installation, starting reconspider returns:

Traceback (most recent call last): File "reconspider.py", line 1, in from main import argparse File "/root/Documents/recon/reconspider/main/init.py", line 1, in from .args import File "/root/Documents/recon/reconspider/main/args.py", line 1, in from modules import ipEnum, domEnum, domWhois, comDetail, fetchData, socket File "/root/Documents/recon/reconspider/modules/init.py", line 1, in from .company import File "/root/Documents/recon/reconspider/modules/company.py", line 2, in import requests, json, clearbit, os
ImportError: No module named clearbit

Any ideas?

I am on Kali Linux.

bhavsec commented 5 years ago

This happened bcoz pip3 in your system was not installed.

This issue is now fixed, please download new version of the tool using git clone and install using this command: python3 install.py

If the same error returns, please reply to this issue with output.