conda update CondaHTTPError: HTTP None

后端 未结 17 826
无人共我
无人共我 2020-12-07 16:44

Midway through running Conda Update --all, the update stalled. Multiple packages had been updated. Now, when I run conda update --all or cond

17条回答
  •  爱一瞬间的悲伤
    2020-12-07 17:29

    • Download cacert.pem from https://curl.haxx.se/ca/cacert.pem,
    • save to /this/is/cert/path
    • open ~/.bashrc or any profile file you have
    • add export REQUESTS_CA_BUNDLE=/this/is/cert/path ...
    • open new terminal
    • conda update conda

提交回复
热议问题