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

it says 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. #297

Open saiv4849 opened 8 months ago

saiv4849 commented 8 months ago

when i start the installation i all ready have the softwares required it says 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.

msbala007 commented 6 months ago

did you find the solutions?

W3SC01 commented 6 months ago

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

rakibhassan66 commented 5 months ago

python -m venv venv source venv/bin/activate pip install -r requirements.txt

W3SC01 commented 5 months ago

python -m venv venv source venv/bin/activate pip install -r requirements.txt No me funcionó, algo que me recomiendes?

Scofferoff commented 4 months ago

Line 177 of install.sh should be: env python3 -m pip install --break-system-packages -r ./requirements.txt

The -r needs to be after --break-system-packages but it may be better to just remove that dangerous option.

zwishz commented 3 months ago

python -m venv venv source venv/bin/activate pip install -r requirements.txt

When i execute the 2nd line of codes i get the message "source: no such file or directory: venv/bin/activate"