@here if you are using IDE or a venv, then the required SSL certificates might not be available Please try the below two commands to solve this issue :
pip install pip-system-certs --- This package patches pip and requests at runtime to use certificates from the default system store (rather than the bundled certs ca)
(or) / (and)
[For Windows]
pip install python-certifi-win32 --- To add all the windows available certificates to your python environment.