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 #27

Open
connectnet opened this issue Jul 1, 2020 · 4 comments
Open

missing module #27

connectnet opened this issue Jul 1, 2020 · 4 comments

Comments

@connectnet
Copy link

import clearbit
ImportError: No module named clearbit
@Sayam753
Copy link
Collaborator

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

@connectnet
Copy link
Author

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

@Sayam753
Copy link
Collaborator

Sayam753 commented Jul 24, 2020

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

@phenix-rising
Copy link

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

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

4 participants
@connectnet @Sayam753 @phenix-rising and others