conda update CondaHTTPError: HTTP None

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

    For the type of error above, you have to remove the proxy in environment variable. To do this follow this step :-

    Open the Environment Variables window==>>>>>

    To make many of the edits shown in this article, you first need to open the Environment Variables window. This guide explains how to open this window and shows you the basics about working with environment variables: Simple questions: What are environment variables in Windows?

    If you want to skip reading it, one path that works the same in all versions of Windows is to open the Control Panel and go to “System and Security - > System.” There, click or tap the “Advanced system settings” link on the left. The System Properties window is opened. There click the Environment Variables button.

    In this you have to select that one which have proxy , and delete ,then click Ok. Now restart your Anaconda prompt. It worked for me; I hope it also work for you.
    Good luck

提交回复
热议问题