Conda install and update do not work also solving environment get errors

前端 未结 8 1162
眼角桃花
眼角桃花 2020-12-24 10:54

I am using anaconda as below:

(base) C:\\Users\\xxx>conda info

     active environment : base
    active env location : C:\\Users\\xxx\\Documents\\ANACON         


        
8条回答
  •  北海茫月
    2020-12-24 11:31

    I started running in to this problem when one package suggested following modifications before installation

    conda config --set channel_priority true
    

    so I just reverted it and voila error's gone

    conda config --set channel_priority false
    

提交回复
热议问题