conda update CondaHTTPError: HTTP None

后端 未结 17 825
无人共我
无人共我 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

    Enable 'k' flag in your conda update command. For example,

    conda update anaconda-navigator -k
    

    That will allow conda to make insecure connections to download packages. This is especially useful when you are behind a proxy server.

提交回复
热议问题