i am trying to install pip3 on my machine but i am getting below error.
OS: WIndows 10
IDE : PyCharm
syntax : pip3 install --user pybin
Error:
ERROR: Can not perform a ‘–user’ install. User site-packages are not visible in this virtualenv.
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: /simpl
e/pip/ (Caused by SSLError(“Can’t connect to HTTPS URL because the SSL module is not available.”)) - skipping
I tried many ways but no luck. It would be very nice if you can help me with the solution.