Cannot run commands to make sherlock work #1357
Replies: 13 comments
-
Regarding git command : |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Try to add
|
Beta Was this translation helpful? Give feedback.
-
I don't have git though, that's the thing. And I've tried to reinstall python and sherlock, but I still don't have Git. Is it like a separate program I have to install? |
Beta Was this translation helpful? Give feedback.
-
Yes, You have to install Git separately. |
Beta Was this translation helpful? Give feedback.
-
If you want to get started right away, one thing you can do is open requirements.txt, then go to command prompt, type |
Beta Was this translation helpful? Give feedback.
-
@Joe-Swanson000 I believe it is as simple as you were not running the commands from the correct folder. |
Beta Was this translation helpful? Give feedback.
-
"You should consider upgrading via the 'C:\Users\19706\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\python.exe -m pip install --upgrade pip' command." Don't know if I should get it, but nonetheless, I digress. This next step is where I encountered the problems. The command: "python3 sherlock.py Marss_NE" Marss has a Twitter acct, so I wanted to see if it would work, but all I got was the error: "C:\Users\19706\AppData\Local\Microsoft\WindowsApps\python3.exe: can't open file 'C:\Users\19706\sherlock\sherlock.py': [Errno 2] No such file or directory" |
Beta Was this translation helpful? Give feedback.
-
I decided to download git, and got most of the commands working aside from 1. Thank you for the help though |
Beta Was this translation helpful? Give feedback.
-
This makes sense actually. If installing git didn't work, then I'd probably have done this. |
Beta Was this translation helpful? Give feedback.
-
Check whether the file is that directory. You may have been trying this in another directory. |
Beta Was this translation helpful? Give feedback.
-
The thing is, I do have sherlock.py, and python |
Beta Was this translation helpful? Give feedback.
-
You mentioned earlier there was one command which wasn't working. |
Beta Was this translation helpful? Give feedback.
-
Checklist
Description
WRITE DESCRIPTION HERE
I have just recently installed sherlock, and I cannot get it to run properly. I have installed the latest version, and also have Python and Pip. Here is how I went about my installation process:
1.) Installed Sherlock Zip folder on desktop
2.) Extracted all and made a new folder on desktop
3.) Installed Python 3.10.2 windows installer and have completed the install process.
4.) Typed in this command into cmd running as admin: cd C:\Users\19706\Desktop\sherlock-master
5.) Ran the command: pip3 install –r requirements.txt. Then get and error that says; "ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'
Please help with this. I've been trying to find videos and articles on this, but there has been 0 help as of now.
I have also tried to clone the repo, but I get this message: git' is not recognized as an internal or external command, operable program or batch file.
Beta Was this translation helpful? Give feedback.
All reactions