"Certificate Verify Failed" #298
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Im getting the error " WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1129)'))': /
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1129)'))': /
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1129)'))': /
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1129)'))': /
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1129)'))': /
ERROR: Could not install packages due to an OSError: HTTPSConnectionPool(host='get.zotify.xyz', port=443): Max retries exceeded with url: / (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1129)')))
Cannot determine package name from spec 'https://get.zotify.xyz'. Check package spec for errors."
Seeing this, probably related:
Also:
Same here. Zotify.xyz seems down.
change URL to https://github.com/zotify-dev/zotify/archive/refs/heads/main.zip fixes it for the time being
`PS C:\Users\Mateille> python -m pip install git+https://github.com/zotify-dev/zotify/archive/refs/heads/main.zip
Defaulting to user installation because normal site-packages is not writeable
Collecting git+https://github.com/zotify-dev/zotify/archive/refs/heads/main.zip
Cloning https://github.com/zotify-dev/zotify/archive/refs/heads/main.zip to c:\users\mateille\appdata\local\temp\pip-req-build-ya400u2n
Running command git clone --filter=blob:none --quiet https://github.com/zotify-dev/zotify/archive/refs/heads/main.zip 'C:\Users\Mateille\AppData\Local\Temp\pip-req-build-ya400u2n'
remote: Not Found
fatal: repository 'https://github.com/zotify-dev/zotify/archive/refs/heads/main.zip/' not found
error: subprocess-exited-with-error
× git clone --filter=blob:none --quiet https://github.com/zotify-dev/zotify/archive/refs/heads/main.zip 'C:\Users\Mateille\AppData\Local\Temp\pip-req-build-ya400u2n' did not run successfully.
│ exit code: 128
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× git clone --filter=blob:none --quiet https://github.com/zotify-dev/zotify/archive/refs/heads/main.zip 'C:\Users\Mateille\AppData\Local\Temp\pip-req-build-ya400u2n' did not run successfully.
│ exit code: 128
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
PS C:\Users\Mateille>`
Did not work for me, how can I fix it ?
@Mateille use the link direcly, without
git+prefixpython -m pip install https://github.com/zotify-dev/zotify/archive/refs/heads/main.zipideally this should be in the installation description