If you run into the same issue while working in a python virtual environment you can upgrade certifi to ensure you have the latest Certificate Authority (CA) certificates.
certifi
Like this:
pip install --upgrade certifi
This should solve the problem!