Url: /simple/pip/ SSLCertVerificationError

Need help on below error
C:\WINDOWS\system32>pip install awsmfa
Requirement already satisfied: awsmfa in c:\users\lor\appdata\local\programs\python\python39\lib\site-packages (0.2.9)
Requirement already satisfied: botocore>=1.4.0 in c:\users\lor\appdata\local\programs\python\python39\lib\site-packages (from awsmfa) (1.23.37)
Requirement already satisfied: boto3>=1.3.0 in c:\users\lor\appdata\local\programs\python\python39\lib\site-packages (from awsmfa) (1.20.37)
Requirement already satisfied: pytz>=2016.1 in c:\users\lor\appdata\local\programs\python\python39\lib\site-packages (from awsmfa) (2021.3)
Requirement already satisfied: six>=1.10.0 in c:\users\lor\appdata\local\programs\python\python39\lib\site-packages (from awsmfa) (1.16.0)
Requirement already satisfied: jmespath<1.0.0,>=0.7.1 in c:\users\lor\appdata\local\programs\python\python39\lib\site-packages (from boto3>=1.3.0->awsmfa) (0.10.0)
Requirement already satisfied: s3transfer<0.6.0,>=0.5.0 in c:\users\lor\appdata\local\programs\python\python39\lib\site-packages (from boto3>=1.3.0->awsmfa) (0.5.0)
Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in c:\users\lor\appdata\local\programs\python\python39\lib\site-packages (from botocore>=1.4.0->awsmfa) (2.8.2)
Requirement already satisfied: urllib3<1.27,>=1.25.4 in c:\users\lor\appdata\local\programs\python\python39\lib\site-packages (from botocore>=1.4.0->awsmfa) (1.26.8)
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(SSLCertVerificationError(1, ‘[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1129)’))) - skipping

hey have you tried to upgrade pip first before installing…and ummmh also can you or have you installed other libraries successffuly?

This part says that everything is already installed. If you had a problem using it, even though it is installed, that is a separate question. (Most likely, you are trying to use a different copy of Python vs. the one that Pip is installing it for.)

Every time that you try to install something with Pip, it will also check itself to see if there is a new version. But this time, there was problem with the SSL certificate when it tried to do that. This may be a temporary problem; if it persists, maybe it’s one of these issues:

If you are trying to do this at work, the company network might not be allowing you to do it. You will need to talk to your boss, the appropriate IT people, etc. as appropriate, in order to find out what you are allowed to do or what special requirements they might have.