79512880

Date: 2025-03-16 16:44:08
Score: 3
Natty:
Report link

@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.

Reasons:
  • No code block (0.5):
  • Unregistered user (0.5):
  • User mentioned (1): @here
  • Low reputation (1):
Posted by: Sidharth Reddy Koukutla