conda install python=3.6 UnsatisfiableError

后端 未结 3 1517
梦如初夏
梦如初夏 2020-11-28 14:10

I currently have Python 3.5.2 installed via Anaconda Continuum. I\'m trying to upgrade to Python 3.6 but I\'m getting the below error when I try to run conda install p

3条回答
  •  时光取名叫无心
    2020-11-28 14:55

    if anybody founds difficulty in upgradation of python like conda install python=3.6 UnsatisfiableError due to some other library like env, lasagne etc.In that case just remove that library using the command conda remove library name and again do the installation by using command conda update python

提交回复
热议问题