Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command adherence to the .condarc configuration file #43

Open
ldsp2000 opened this issue Oct 1, 2024 · 0 comments
Open

Command adherence to the .condarc configuration file #43

ldsp2000 opened this issue Oct 1, 2024 · 0 comments

Comments

@ldsp2000
Copy link

ldsp2000 commented Oct 1, 2024

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)')))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant