tpanza
tpanza
I am also seeing this problem occur intermittently in my GitLab Runner CI environment. FWIW, I saw this occur on a job that consisted of running 3 notebooks via `nbconvert`...
> Thanks, @msaroufim Yes, I think the Java dependency is important enough to warrant mentioning up front in the README. I suppose this is technically a separate issue, but the...
> Interesting, what did you need to do to make it work? I'm happy to make `install_dependencies` more general for you For RHEL, [this procedure is one way to install...
Thank you for this, especially for the PR #390 to add GitLab as an authenticator, and your explanation that login is not necessary for public channels. Re (2), I was...
Hi @wolfv is there any news you can share on this? Also, what help is needed?
Hi @wolfv just checking in on this. Any news?
This is also still happening with mamba 0.16, libcurl 7.79.1, and `conda/4.10.3 requests/2.25.1 CPython/3.9.7 Windows/10 Windows/10.0.19042`
From Windows Git Bash, using `curl 7.61.1 (x86_64-w64-mingw32) libcurl/7.61.1 OpenSSL/1.0.2p (WinSSL) zlib/1.2.11 libidn2/2.0.5 nghttp2/1.33.0`: ```bash curl -O --cacert /c/Users/mywindowsusername/.ssl/certs/mycompany-ca-bundle.pem https://MY_ARTIFACTORY_USERNAME:[email protected]/artifactory/Conda-Forge/channeldata.json ``` From Windows Command Prompt, using `curl 7.55.1 (Windows) libcurl/7.55.1...
Here are the contents of `test.c`, using the `curl` from Windows Git Bash: ```c /********* Sample code generated by the curl command line tool ********** * All curl_easy_setopt() options are...
Thanks, @FaustinCarter . Confirmed that the `.netrc` method does indeed work. (It also lets me remove the auth credentials that were embedded within my pip configuration.)