Googled this a bit. Setting this env variable might fix the problem by bypassing the check: export PYTHONHTTPSVERIFY=0
Could you try that? If it works we can make that part of the script. Also, I am not sure why licenses are pulled for regular development case. I thought it was not meant to run by default. /cc +Tyson Hamilton <[email protected]> +Emily Ye <[email protected]> On Thu, Jan 7, 2021 at 5:42 PM Reuven Lax <[email protected]> wrote: > I recently upgraded to Python 3 on my build machine. Now all attempts to > build Beam fail with the following. Anyone know how to ix this? > > urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] > certificate verify failed: unable to get local issuer certificate > (_ssl.c:1123)> > > ERROR:root:Invalid url for paranamer-2.7: > https://raw.githubusercontent.com/paul-hammant/paranamer/master/LICENSE.txt > . > > > >
