Replies: 1 comment 1 reply
-
since the error is SSLError(SSLCertVerificationError, have you tried for example |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Installation of monailabel stops at installing the dependencies for gdown. The error message is attached. (pip subprocess to install build dependencies did not run successfully.)
Collecting gdown==4.5.1 Using cached gdown-4.5.1.tar.gz (14 kB) Installing build dependencies ... error error: subprocess-exited-with-error
× pip subprocess to install build dependencies did not run successfully. │ exit code: 1 ╰─> [8 lines of output]
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError
× pip subprocess to install build dependencies did not run successfully. │ exit code: 1 ╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
Please note - I am using an updated pip, with Python version -3.8.10. I tried to install the package separately
pip --proxy <proxy-name> gdown
with the same resulting error.Beta Was this translation helpful? Give feedback.
All reactions