Hi. While trying to install the requirements in requirements.txt, I have a lot of SSL Errors (see example text below). I'm able to use the basic features such as viewing the depth, mobilessnet-ssd in "depthai_demo.py" on the OAK-D PRO, but unable to use other models such as the deeplabv3p_version CNN model (please refer to attached figure).
I've tried the installation on a different computer; the same errors were displayed.
Kindly assist me with this. Thank you.
Could not fetch URL https://artifacts.luxonis.com/artifactory/luxonis-depthai-data-local/wheels/wrapt/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='artifacts.luxonis.com', port=443): Max retries exceeded with url: /artifactory/luxonis-depthai-data-local/wheels/wrapt/ (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (ssl.c:1129)'))) - skipping
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: self signed certificate in certificate chain (ssl.c:1129)'))': /artifactory/luxonis-python-snapshot-local/wrapt/
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: self signed certificate in certificate chain (ssl.c:1129)'))': /artifactory/luxonis-python-snapshot-local/wrapt/
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: self signed certificate in certificate chain (ssl.c:1129)'))': /artifactory/luxonis-python-snapshot-local/wrapt/
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: self signed certificate in certificate chain (ssl.c:1129)'))': /artifactory/luxonis-python-snapshot-local/wrapt/
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: self signed certificate in certificate chain (ssl.c:1129)'))': /artifactory/luxonis-python-snapshot-local/wrapt/
Could not fetch URL https://artifacts.luxonis.com/artifactory/luxonis-python-snapshot-local/wrapt/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='artifacts.luxonis.com', port=443): Max retries exceeded with url: /artifactory/luxonis-python-snapshot-local/wrapt/ (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1129)'))) - skipping