Getting error message '[Errno 2] No such file or directory' when trying to run code to install requirements 'python3 ~m pip install ~r requirements.txt'
Hello friend. Thank you for your video. I was trying to learn how to use the --print-all parameter but I couldn't. It would be great if you show us how to do it. Thank you again and sorry if I made some mistake by writting in english. I'm actually from Brazil.
Traceback (most recent call last): File "/usr/bin/sherlock", line 7, in from sherlock.sherlock import main File "/usr/share/sherlock/sherlock/sherlock.py", line 12, in import pandas as pd File "/usr/lib/python3/dist-packages/pandas/__init__.py", line 46, in from pandas.core.api import ( File "/usr/lib/python3/dist-packages/pandas/core/api.py", line 1, in from pandas._libs import ( File "/usr/lib/python3/dist-packages/pandas/_libs/__init__.py", line 18, in from pandas._libs.interval import Interval File "pandas/_libs/interval.pyx", line 1, in init pandas._libs.interval ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject
Finding a specific user is a bit more complicated. there's probably other steps in between, like finding the target's IP or even knowing their network, and running a scan to get more info. You can try exploiting an open port; if that works you could find that info there, or at least half of it(if it works0. can also try using Hydra wordlist: try adding the person's name to the list. in fact, add as much info about that you know of, like bday, nickname, pet name, last name, bf/gf name, parent's name, favorite color, word, phrase, number... even better if you know their email, since a lot of people use that as their username.
just quick question when the usernames appears after been searched. Does it shows everything? or you need to login to gain access of every information?
Hi fella - many thanks for this video! However, I am getting the error below trying to install, any ideas please? python3 -m pip install -r requirements.txt ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'
@@HarshTomar-t4s 'requirements.txt' is missing from the official " Sherlock " GitHub repository and that's why, you can't find it on your local server. I think you might have to install it manually.
When I try to install the requiriments it says warning pip is configured with location that requre tls/ssl,however the ssl module in python is not available
mine doesnt work, when i try to install the requirements it shows me this error code: ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt' how to fix?
It all goes well until I put in "python3 -m pip install -r requirements.txt" and it says "ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'" Do you know a solution or am I doing something wrong?
For some reason mine keeps showing that the session is set to something, could that be why it isn't working? cause yours shows just your email and such but no session after sherlock
every time i try to copy installation requirement always says like this ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt' could you please help me
I have a problem when searching for a user name, different websites are displayed but no matter which one, no user could be found, btw I'm on Windows. can anyone help me
After entering python3 -m pip install requirements.txt It's showing an error Error could not open requirement file (error 2 ) no such file or directory
when i try running any command it says Traceback (most recent call last): File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File "/usr/lib/python3.10/runpy.py", line 86, in _run_code exec(code, run_globals) File "/home/user/sherlock/sherlock/__main__.py", line 21, in from sherlock import sherlock File "/home/user/sherlock/sherlock/sherlock.py", line 12, in import pandas as pd ModuleNotFoundError: No module named 'pandas'
@@letshack025 Traceback (most recent call last): File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File "/usr/lib/python3.10/runpy.py", line 86, in _run_code exec(code, run_globals) File "/home/user/sherlock/sherlock/__main__.py", line 21, in from sherlock import sherlock File "/home/user/sherlock/sherlock/sherlock.py", line 28, in from .__init__ import ( # noqa: E402 ImportError: attempted relative import with no known parent package
hey can you help me please... when I did the same thing on the cloud shell it worked properly... but when I used it on my linux and windows it showed me some error "A problem occurred while checking for an update" this thing showed up
@@Team_Aghori_09 can you do this for me? Can you find the socials of the username called “mindtalker” ? I want to find their other social medias. Like Facebook, Instagram, quora, etc..
I have watched several videos trying to figure out how to use sherlock and this is the only one I could follow. Thank you!
Thank you
Means a lot
Getting error message '[Errno 2] No such file or directory' when trying to run code to install requirements 'python3 ~m pip install ~r requirements.txt'
yep same
same here
same bro dunno what to do next
I don’t know if these commands are still valid or if I am missing something after pasting the directory it says no such file or directory is found
Same
honestly, you have my respect. thank you indian brother for the tutorial! namaste
Thank you so much for that
It really means a lot
@@letshack025 I'm happy!! 🙏🏻❤️
I really needed to figure out how to work with this and your video was so easy to understand
Hello friend. Thank you for your video. I was trying to learn how to use the --print-all parameter but I couldn't. It would be great if you show us how to do it. Thank you again and sorry if I made some mistake by writting in english. I'm actually from Brazil.
i used this months ago, now it doesn't work it sayws command not found- can you kindly help us :) thank u
This is what I keep getting when I want to install
ERROR: could not open requirements file:[Errno 2] No such file or directory: 'requirements.txt'
like me
@@firasko_officiel same here
Thanks man!
Happy to help!
Thank you!
Welcome !
your forgot to mention that u have to add
cd sherlock
before "python3 -m pip install -r requirements.txt"
and thank you for the video
That is not required in google could shell as it will be already installed
@@letshack025 well not for me . i did the same exact process for it in google cloud shell. but still showed error until i ran c sherlock
can't find '__main__' module in
i have this error after installing sherlock after i type --help command.
bro what do i do from here im having the same problem
literally same
Nice video bro thanks
Brother it shows an error when i try to install the requirements
love the thumbnail, can i use it in a course im making?
i might also use this video, so you would get extra view time if i do use the video
ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt
Traceback (most recent call last):
File "/usr/bin/sherlock", line 7, in
from sherlock.sherlock import main
File "/usr/share/sherlock/sherlock/sherlock.py", line 12, in
import pandas as pd
File "/usr/lib/python3/dist-packages/pandas/__init__.py", line 46, in
from pandas.core.api import (
File "/usr/lib/python3/dist-packages/pandas/core/api.py", line 1, in
from pandas._libs import (
File "/usr/lib/python3/dist-packages/pandas/_libs/__init__.py", line 18, in
from pandas._libs.interval import Interval
File "pandas/_libs/interval.pyx", line 1, in init pandas._libs.interval
ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject
Nice video bro but i have one question if we could get caught while hacking someone how to prevent that?
Thank you
And first don’t hack someone and secondly hackers use proxies on their system to prevent that
I get results but what if you don't know the person's username but want to search by actual name? Doesn't seem to show results.
Finding a specific user is a bit more complicated. there's probably other steps in between, like finding the target's IP or even knowing their network, and running a scan to get more info. You can try exploiting an open port; if that works you could find that info there, or at least half of it(if it works0. can also try using Hydra wordlist: try adding the person's name to the list. in fact, add as much info about that you know of, like bday, nickname, pet name, last name, bf/gf name, parent's name, favorite color, word, phrase, number... even better if you know their email, since a lot of people use that as their username.
I didint have a requirement txt file in the folder now
just quick question when the usernames appears after been searched. Does it shows everything? or you need to login to gain access of every information?
there are many social media sites where you can just find information of that person without logging in as him/her
@@letshack025 After getting this information this no way someone can logging in?
Good work dude. Keep it up 🎉
Thank you so much ...
Hi fella - many thanks for this video! However, I am getting the error below trying to install, any ideas please?
python3 -m pip install -r requirements.txt
ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'
same here
did you found any solution?
@@ameen3747 did you find any solution?
did you find any solution?
@@HarshTomar-t4s search up "how to clone git repos"
@@HarshTomar-t4s 'requirements.txt' is missing from the official " Sherlock " GitHub repository and that's why, you can't find it on your local server. I think you might have to install it manually.
how do you install the required libraries if needed
Using
“pip3 install _______” name of library
OR on Linux or mac
“sudo apt-get install ______”
Great🔥
Thank you
I am getting the error while installing no such file as requirements
same.. because they have removed that file for some reason idk
it keeps saying ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements'
You can try to run it without that and if any errors arise manually install the required libraries if needed
@@letshack025what is the required libraries and how to install it?
@@letshack025hello what are the required libraries ?
@@onemomo4093 dude is absolutely zero help
@@onemomo4093 bro just use pip freeze > requirements.txt in the cloud shell and it will work
well done adhi.....
Thank you
When I try to install the requiriments it says warning pip is configured with location that requre tls/ssl,however the ssl module in python is not available
sherlock cant even find my facebook, what am i doin wrong? using cloud shell win10
facebook is not supported
Instagram??
mine doesnt work, when i try to install the requirements it shows me this error code: ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'
how to fix?
Try running the tool without that and check if any libraries are not installed
If that is so check the requirements.txt file and install them manually
@@letshack025can you expand on this? when i remove the requirements.txt it shows all installed.
@@letshack025 Not seeing the requirements text file either.
@@letshack025 i can't fix it how to download manually?
@@letshack025 i did that and now it says Usage:
/usr/bin/python3 -m pip install [options] [package-index-options] ...
/usr/bin/python3 -m pip install [options] -r [package-index-options] ...
/usr/bin/python3 -m pip install [options] [-e] ...
/usr/bin/python3 -m pip install [options] [-e] ...
/usr/bin/python3 -m pip install [options] ...
-r option requires 1 argument
help please
it doesn't work for me
It all goes well until I put in "python3 -m pip install -r requirements.txt" and it says "ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'"
Do you know a solution or am I doing something wrong?
hello! i tryed different usernames (only mine ones) and it sais "user not found" what sould i do?.....
For some reason mine keeps showing that the session is set to something, could that be why it isn't working? cause yours shows just your email and such but no session after sherlock
Thanks bro
Any time
I am using power shell.
Bro, I am facing problem to writing path. In Sherlock installation?
every time i try to copy installation requirement always says like this ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt' could you please help me
How can I use the -NSWF command?
do you say if it work also for telegram account?
Yes it will
No matter how hard I try, I can't get past requirement installment. Same error as below. i've tried so many things. Please advise?
7:43 where is link ?????
when ii type python 3 sherlock--help it shows error
what should i do
You can go to google and search for it on stackoverflow or similar websites or from the top of my head give a space between Sherlock and help
Bro i want learn how to search about instgram information of target
There is a process called the OSINT hacking process in which you gather information on the target
That might be helpful for you
My Sherlock is not working
pls i am having problem finding the python installation
ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'
Please help me
i got solutio update the terminal usiing sudo apt get update
ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'
ya same
Does it provide accounts made with a common email address?
Yes, that is one drawback of this tool
how can i install the requirements.txt manually?
Hi can you tell the commands stop run it on windows pls
When I use my username it says command not found but when I used user1 it display
How do I find their instagram it doesn’t show up
Try to guess different usernames of the particular person
it says the problem happened because
"Caused by ConnectTimeoutError"
plz reply
Just use cloud shell then
Why isn't running on my linux terminal
There might be that some dependencies and not installed just do it on google cloud wheel instead
doesnt work anymore bro pls make new video
PIP is configured with location that requires TLS SSL fix : giving this error
I can’t use the python3 sherlock -help
I have a problem when searching for a user name, different websites are displayed but no matter which one, no user could be found, btw I'm on Windows. can anyone help me
how do u add a file to google cloud shell
dude my google cloud cant't dowload shrerlcok it says permission denied
whar i should do pls replay asap
Use Linux instead or you can also follow the GitHub repo to do it on mac or windows
cd ~/
mkdir code
input these two lines of code before you do it and it will work
does it help in hacking
I cant get mine to work, Help?
They use instagram but it doesn’t show
Try to guess different usernames of the particular person
Does work in android?
show me how to use sherlock in details
thx kid
My pleasure !
After entering python3 -m pip install requirements.txt
It's showing an error
Error could not open requirement file (error 2 ) no such file or directory
how to fix json error
bro now google cloud is not free r8?
Hii can you help me trace someone ?
not working on backbox linux nor google shell!
Command not found!!
i dont have the permission how to deactivate it
when i tryed it sayed this "-bash: download
I want to know hacking. So which programing I should learn. 🇧🇩🇧🇩🇧🇩
You can learn python, it helps a lot in making scripts
I am also going to do a video on how to hack with python
You make a video about basic programming for hacking. 🇧🇩🇧🇩🇧🇩
Alright thank you for the request will surely do it
@@letshack025 please i find it very hard to install sherlock on my laptop as a beginner, it wasn't working please i need your help on this
Go with python and js
does it help in hacking password of snapchat
you can't hack a snap password
why comand not found
Bash not found
DOnt use it for evil thing, for fuck sake.
🙏🙏
☺️
when i try running any command it says Traceback (most recent call last):
File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/home/user/sherlock/sherlock/__main__.py", line 21, in
from sherlock import sherlock
File "/home/user/sherlock/sherlock/sherlock.py", line 12, in
import pandas as pd
ModuleNotFoundError: No module named 'pandas'
Use pip3 install pandas or pip install pandas
If pip in not installed use
python get-pip.py
@@letshack025 Traceback (most recent call last):
File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/home/user/sherlock/sherlock/__main__.py", line 21, in
from sherlock import sherlock
File "/home/user/sherlock/sherlock/sherlock.py", line 28, in
from .__init__ import ( # noqa: E402
ImportError: attempted relative import with no known parent package
Requirements error arhi hy
anybody here that can use Sherlock to find people??.. Please reply, cheers, steven
What bout phone numbers?
Can you use a phone number instead of a username
No there is a separate process for that
I will be posting a video soon for that
hey can you help me please...
when I did the same thing on the cloud shell it worked properly...
but when I used it on my linux and windows it showed me some error
"A problem occurred while checking for an update" this thing showed up
It is better if you keep it on cloud shell
as it has all the libraries you need preinstalled
do you think he'll doxx you if you leave a bad comment
Pov u found best video but breo have indian accent
😂😂😂😂
After this process how do you get into the person's account?
Please help me
Bro please help me
I doct understand any of this who wants to make money helping me with this
help me plzzzzzzz
Kiya help chahi a
@@Team_Aghori_09 can you do this for me? Can you find the socials of the username called “mindtalker” ? I want to find their other social medias. Like Facebook, Instagram, quora, etc..
Nonsense video! No help at all!
great video but i was having trouble with getting the requirements.txt to work
The installation requirements is not working, it says Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'
same
Yee
This video is old
Watch new tutorial
ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'
help.
ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.tx'
Thanks bro
Your very welcome
Over at my cloud shell it says permission denied why???
ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt
ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt