megadose / holehe

holehe allows you to check if the mail is used on different sites like twitter, instagram and will retrieve information on sites with the forgotten password function.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ERROR when i run command pip3 install holehe

DoraemonDJ opened this issue · comments

ERROR : Could not find a version that satisfies the requirement termcolor (from holehe) (from versions)
ERROR : No matching distribution found for termcolor

On kali linux

  1. Upgrade pip
pip install --upgrade pip
  1. Install termcolor
pip install termcolor
  1. Uninstall holehe and then install
pip uninstall holehe
pip install holehe

Note - pip3 on linux or mac, hopefully it will work