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.16k stars 181 forks source link

Problem installing on fresh Ubuntu 16 #106

Closed KlausItem closed 5 years ago

KlausItem commented 5 years ago

When i install harpoon in virtual env i got this messages.

pycrtsh 0.1 has requirement beautifulsoup4==4.7.0, but you'll have beautifulsoup4 4.7.1 which is incompatible.
pycrtsh 0.1 has requirement lxml==4.2.6, but you'll have lxml 4.3.0 which is incompatible.

Collecting pysafe (from harpoon==0.1.1)
  Could not find a version that satisfies the requirement pysafe (from harpoon==0.1.1) (from versions: )
No matching distribution found for pysafe (from harpoon==0.1.1)

Can you help?

Te-k commented 5 years ago

Nice catch, it is due to inconsistencies between Harpoon and pycrtsh. Can you try with the last version I just pushed ? Keep in mind that you should install it either with pip install git+https://github.com/Te-k/harpoon --process-dependency-links or pip install . --process-dependency-links if you have downloaded the repo.

KlausItem commented 5 years ago

THX pip install . --process-dependency-links did the trick ;-)

Te-k commented 5 years ago

Cool, thanks for raising this issue to me.