We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: