Open connectnet opened 4 years ago
Hey @connectnet Can you make sure all the requirements have been installed successfully? Thanks
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
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
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
~/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