Anaconda navigator VERY slow

前端 未结 7 1573
孤独总比滥情好
孤独总比滥情好 2020-12-25 12:52

My anaconda navigator takes 2-3 minutes to start...Did anyone else notice this problem? I have proxy setting set correctly and I can use conda install with no problem...

7条回答
  •  独厮守ぢ
    2020-12-25 13:16

    I as well had problem of Anaconda Navigator starting after long time ( 5-10 mins) on my Windows 10 machine. After defining proxy settings in .condarc file and OS ENV variable, it reduced to 1-1.5 min. See if it works for you :).

    Changes in .condarc file

    proxy_servers: 
            http: http://yourhttpproxy:port
            https: https://yourhttpsproxy:port
    

    Updating OS ENV variable like:

    HTTP_PROXY= http://yourhttpproxy:port 
    HTTPS_PROXY = https://yourhttpsproxy:port
    

提交回复
热议问题