ultrasecurity / Storm-Breaker

Social engineering tool [Access Webcam & Microphone & Location Finder] With {Py,JS,PHP}
https://ultraamooz.com
3.05k stars 1.15k forks source link

ERROR: Invalid requirement: './requirements.txt'When I do bash install.sh error saying #305

Open YPYT1 opened 6 months ago

YPYT1 commented 6 months ago

ERROR: Invalid requirement: './requirements.txt' Hint: It looks like a path. The path does exist. The argument you provided (./requirements.txt) appears to be a requirements file. If that is the case, use the '-r' flag to install the packages specified within it. An error occurred! seems pip doesn't work.

W3SC01 commented 6 months ago

I get the same error, help, I don't know what else to do.

Ashish-Paswan commented 5 months ago

I am also getting same error someone help me on this please.

Screenshot 2024-01-05 164738
W3SC01 commented 5 months ago

Exactamente he intentado de todo y no ha sido posible solucionar el problema

Divine-al commented 5 months ago

same thing here i don't know why it's not working...

Divine-al commented 5 months ago

a thought came to my mind thought but I'm not sure that's it.. here it is.. all the requirements are already install and are configured but sill Storm-Breaker does see it so i was thinking maybe if there was a directory or a path that Storm-Breaker will look at to run and it didn't see the 'requirement.txt' programs in it so it gave this error. i don't know if this is correct someone help

IamUsike commented 5 months ago

Hasn't kali disabled installation through pip now ??

IamUsike commented 5 months ago

a thought came to my mind thought but I'm not sure that's it.. here it is.. all the requirements are already install and are configured but sill Storm-Breaker does see it so i was thinking maybe if there was a directory or a path that Storm-Breaker will look at to run and it didn't see the 'requirement.txt' programs in it so it gave this error. i don't know if this is correct someone help

I think the main issue with the pip [(https://www.kali.org/blog/python-externally-managed/#:~:text=In%20a%20Linux%20distribution%20such,what%20was%20installed%20by%20p)ip.] go through this

Romeupro commented 4 months ago

pip3 install -r requirements.txt

ogavc commented 2 months ago

Hi guys, I used nano and go in install.sh file. Changed the code line 159 "env python3 -m pip install -r --break-system-packages ./requirements.txt" to"env python3 -m pip install --break-system-packages -r ./requirements.txt" . Basically moved "-r" at the end. and it work. hope it works for you as well.