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.
GNU General Public License v3.0
7.33k stars 812 forks source link

Module not found error #199

Open Mudasser010 opened 2 months ago

Mudasser010 commented 2 months ago

I'm facing an error while running the python3 setup.py install. Module not found error: no module named 'setuptolls'

scesardev commented 2 months ago

You must install them using pip : python -m pip install -U pip setuptools

sufficientsleep commented 3 weeks ago

You must install them using pip : python -m pip install -U pip setuptools

using the command above with the --root-user-action=ignore argument tells me the requirements are satisfied, and when trying to run the command again it gives me the same module error