You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The conda pip command does not respect all .condarc settings, for example, ssl_verifiy=false.
In certain cases when I need to set SSL VERIFY to false to resolve proxy problems, package installation does not proceed.
In the conda pip commands listed, the option to disable certificate verification does not appear.
Any suggestions on how to do it?
ssl_verify: false (on .condarc)
SSLError: HTTPSConnectionPool(host='raw.githubusercontent.com', port=443): Max retries exceeded with url: /conda/grayskull/main/grayskull/strategy/config.yaml (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)')))
The text was updated successfully, but these errors were encountered:
The conda pip command does not respect all .condarc settings, for example, ssl_verifiy=false.
In certain cases when I need to set SSL VERIFY to false to resolve proxy problems, package installation does not proceed.
In the conda pip commands listed, the option to disable certificate verification does not appear.
Any suggestions on how to do it?
ssl_verify: false (on .condarc)
SSLError: HTTPSConnectionPool(host='raw.githubusercontent.com', port=443): Max retries exceeded with url: /conda/grayskull/main/grayskull/strategy/config.yaml (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)')))
The text was updated successfully, but these errors were encountered: