For the first issue with pip-system-certs you have to import wrapt_requests at the very beginning of the script file (before requests is imported by any other module):
pip-system-certs
wrapt_requests
requests
import pip_system_certs.wrapt_requests
See: https://gitlab.com/alelec/pip-system-certs