nv-tlabs / NKSR

[CVPR 2023 Highlight] Neural Kernel Surface Reconstruction
https://research.nvidia.com/labs/toronto-ai/NKSR
Other
735 stars 43 forks source link

Cannot install nksr package due to the "certificate has expired" error #72

Closed ShudaLi closed 2 months ago

ShudaLi commented 3 months ago

$ pip install nksr -f https://nksr.huangjh.tech/whl/torch-2.0.0+cu118.html Looking in links: https://nksr.huangjh.tech/whl/torch-2.0.0+cu118.html 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:1007)'))': /whl/torch-2.0.0+cu118.html 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:1007)'))': /whl/torch-2.0.0+cu118.html 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:1007)'))': /whl/torch-2.0.0+cu118.html 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:1007)'))': /whl/torch-2.0.0+cu118.html 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:1007)'))': /whl/torch-2.0.0+cu118.html Could not fetch URL https://nksr.huangjh.tech/whl/torch-2.0.0+cu118.html: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='nksr.huangjh.tech', port=443): Max retries exceeded with url: /whl/torch-2.0.0+cu118.html (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1007)'))) - skipping

heiwang1997 commented 2 months ago

Hi sorry this should now be fixed!