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

Got an error , Warning : pip is configured with location that require TLS/SSL , However the SSL module on python is not available #321

Open ShashankVignesh opened 4 months ago

ShashankVignesh commented 4 months ago

WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. 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.
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping An error occurred! seems pip doesn't work.

the above mentioned issue has made me insane and tried troubleshooting but couldnt find any solutions . any idea on how to fix it??

ShashankVignesh commented 4 months ago

image

galahador commented 3 months ago

Same here... Any solution?

ShashankVignesh commented 3 months ago

Ye i got a solution, . In my case I used Kali Linux as the app version , ig it had some restriction . After i downloaded and installed Kali Linux from VM ware it's works fine . But I'm not sure about other cases unfortunately

galahador commented 3 months ago

Thanks, I will try that.