Sherlock: python: can't open file 'sherlock.py': [Errno 2] No such file or directory

Created on 2 Jul 2020  路  3Comments  路  Source: sherlock-project/sherlock

i have tried luanching and downloading this code dozens of times and i even tried renaming the compressed folder

environment question

Most helpful comment

"Python3 sherlock username" worked for me on Termux...
Don't use sherlock.py instead use directly sherlock for Termux

All 3 comments

I had the same problem but when you look you will see there is _another_ subfolder called sherlock inside the sherlock folder. Good Luck!

Hey @moran04,

Try following these steps:

  1. Download the ZIP file from here: https://github.com/sherlock-project/sherlock/archive/master.zip
  2. Unzip it using whatever method that suits you
  3. Open your terminal and run `cd /path/to/sherlock/
  4. Then install the needed dependencies by running python3 -m pip install -r requirements.txt
  5. Then run you are good to go! python3 sherlock username Note: There is no '.py' at the end

"Python3 sherlock username" worked for me on Termux...
Don't use sherlock.py instead use directly sherlock for Termux

Was this page helpful?
0 / 5 - 0 ratings