OSINT-SPY icon indicating copy to clipboard operation
OSINT-SPY copied to clipboard

missing module

Open connectnet opened this issue 5 years ago • 4 comments

import clearbit
ImportError: No module named clearbit

connectnet avatar Jul 01 '20 08:07 connectnet

Hey @connectnet Can you make sure all the requirements have been installed successfully? Thanks

Sayam753 avatar Jul 24 '20 10:07 Sayam753

Yes, all requirements are installed.

python osint-spy.py
Traceback (most recent call last):
  File "osint-spy.py", line 2, in <module>
    from modules import (get_bitcoin_data, get_ciphers, heart_bleed,
  File "/OSINT-SPY/modules/__init__.py", line 2, in <module>
    from .company_detail import *
  File "/OSINT-SPY/modules/company_detail.py", line 3, in <module>
    import clearbit
ImportError: No module named clearbit

connectnet avatar Jul 24 '20 11:07 connectnet

Hi @connectnet Thanks for checking this out. Just to test if things work, I cloned the repo and installed the requirements in a separate environment. I was able to successfully execute all the commands. So, can you make sure if you have activated the virtual environment where the requirements have been installed? And provide some additional OS details to reproduce this issue? Thanks

Sayam753 avatar Jul 24 '20 13:07 Sayam753

I am having a similar issue python3 osint-spy.py Traceback (most recent call last): File "/home/phenix_rising/OSINT-SPY/osint-spy.py", line 2, in from modules import (get_bitcoin_data, get_ciphers, heart_bleed, File "/home/phenix_rising/OSINT-SPY/modules/init.py", line 2, in from .company_detail import * File "/home/phenix_rising/OSINT-SPY/modules/company_detail.py", line 3, in import clearbit ModuleNotFoundError: No module named 'clearbit'

When I explore the modules directory it doesnt seem to have a clearbit module

~/OSINT-SPY/modules $ ls bitcoin.py company_detail.py config.py config.py.save device_search.py email_search.py init.py ip_enum.py malware.py pycache ssl_scan.py utils.py

phenix-rising avatar Oct 14 '22 02:10 phenix-rising