BiomedSciAI / fuse-med-ml

A python framework accelerating ML based discovery in the medical field by encouraging code reuse. Batteries included :)
Apache License 2.0
137 stars 34 forks source link

urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] on CICD #250

Open SagiPolaczek opened 1 year ago

SagiPolaczek commented 1 year ago

Describe the bug\ get the following error message while trying to download with wget

ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1131)

In the traceback we have:

wget.download(src, destination_file)

It happened before with a different download target (some model's weights I think) - we did a WA and forgot about it. Now it's time to fix it 😄

FuseMedML version\ 0.2.9

Python version\ 3.8

To reproduce\ run:

KITS21.download(kits_dir, cases)

Additional context\ Probably related to CCC server.