When I try to install libraries in python, I get 5 warnings, and then an error: ERROR: Could not install packages due to an OSError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Max retries exceeded with url: /packages/a6/0c/c2a72d51fe56e08a08acc85d13013558a2d793028ae7385448a6ccdfae64/xlrd-2.0.1-py2.py3-none-any.whl (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)'))).
That happens with every library that I try to install. For example, I tried to install xlrd, using pip install xlrd and nothing happened. I looked for solutions, like using --user in the end, or upgrading pip, and still didn't work.