sherlock icon indicating copy to clipboard operation
sherlock copied to clipboard

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

Open anderpro opened this issue 2 years ago • 7 comments

Checklist

  • [x] I'm reporting a bug in Sherlock's functionality
  • [ ] The bug I'm reporting is not a false positive or a false negative
  • [ ] I've verified that I'm running the latest version of Sherlock
  • [ ] I've checked for similar bug reports including closed ones
  • [ ] I've checked for pull requests that attempt to fix this bug

Description

WRITE DESCRIPTION HERE

anderpro avatar Jul 23 '21 21:07 anderpro

are you in the right directory?

RealFinalCode avatar Jul 24 '21 08:07 RealFinalCode

the directory has been changed to /sherlock/sherlock/sherlock.py

ThinkerDesigns avatar Jul 24 '21 20:07 ThinkerDesigns

the directory has been changed to /sherlock/sherlock/sherlock.py

How do I fix it then?

WastedDemon avatar Jul 25 '21 03:07 WastedDemon

just clone the git cd sherlock/ ./sherlock/sherlock.py

the directory has been changed to /sherlock/sherlock/sherlock.py

How do I fix it then?

ThinkerDesigns avatar Jul 27 '21 15:07 ThinkerDesigns

you aren't in the right directory /sherlock/sherlock/sherlock.py type cd Sherlock ls cd sherlock //and then proceed python3 sherlock.py username

TheGuyDangerous avatar Sep 28 '21 04:09 TheGuyDangerous

for me it worked python3.9 sherlock.py username, but first use sudo apt-get update and sudo apt-get upgrade first and then use python3.9 sherlock.py username

izederf avatar May 08 '22 10:05 izederf

First execute the installation described in the main page. Second, inside the folder sherlock that you cloned, you can execute ls It will show the archives and folders inside your directory If it gave you a list with the file 'sherlock.py', so simply execute: python3 sherlock.py USERNAME And it will work

If the ls gave you a list like:

CODE_OF_CONDUCT.md CONTRIBUTING.md docker-compose.yml Dockerfile images LICENSE README.md removed_sites.json removed_sites.md requirements.txt sherlock site_list.py sites.md

Execute: python3 sherlock USERNAME

RadinhoDePilha avatar Jun 21 '22 23:06 RadinhoDePilha