Since downloading the new version of Postgres (Version 16.1) I am unable to properly work with pip. Therefore, I am unable to install packages, resulting in the following error:
ERROR: Could not install packages due to an OSError: Could not find a suitable TLS CA certificate bundle, invalid path: C:\Program Files\PostgreSQL\16\ssl\certs\ca-bundle.crt
I already tried to manually create a pip.ini file, in which I defined a path to my cacert.pem - fie. However, this did not change anything.
Any help on this issue or hints, where this might come from is greatly appreciated.
It says
Invalid path:Work around:
You can get the location of
certifiby:Keep this path of
cacert.pemfile handy.You can get all the possible
pip.inifiles by running:Finally,
edit the
pip.inifile and set thepath = <file_path_of_cacert.pem>