Te-k / harpoon

CLI tool for open source and threat intelligence
https://www.randhome.io/blog/2018/02/23/harpoon-an-osint-/-threat-intelligence-tool/
GNU General Public License v3.0
1.15k stars 185 forks source link

Installation error pg_config file not found #201

Closed Mitscho closed 7 months ago

Mitscho commented 8 months ago

Hi, When running the pip3 install . command to finalize the install I get pg_config executable not found and therefore metadata generation failed. I made sure that I have the right pip version and honestly I'm a bit clueless about what could be the issue. Thankful for any help.

Te-k commented 8 months ago

I think it is the postgresql dependency for pycrtsh, what system are you using? You need to be able to install psycopg

Mitscho commented 7 months ago

Hi, I tried again on a fresh Ubuntu installation and it worked. Thanks