Open SagiPolaczek opened 1 year ago
Describe the bug\ get the following error message while trying to download with wget
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.
Describe the bug\ get the following error message while trying to download with
wget
In the traceback we have:
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:
Additional context\ Probably related to CCC server.