Which Gradle command are you running Reuven? And which Gradle task is failing?
> Also, I am not sure why licenses are pulled for regular development case. I thought it was not meant to run by default. +1 this seems like a bug. IIRC you are supposed to pass "-Pdocker-pull-licenses" to Gradle to enable pulling licenses, but it shouldn't be set by default. On Thu, Jan 7, 2021 at 7:48 PM Reuven Lax <[email protected]> wrote: > Unfortunately, setting that env variable didn't change anything. > > On Thu, Jan 7, 2021 at 7:09 PM Ahmet Altay <[email protected]> wrote: > >> 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 >>> . >>> >>> >>> >>>
