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
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