我目前通过AnacondaContinuum安装了Python3.5.2。我正在尝试升级到Python3.6,但是当我尝试运行condainstallpython=3.6时出现以下错误:UnsatisfiableError:Thefollowingspecificationswerefoundtobeinconflict:-enum34->python2.6*|2.7*|3.3*|3.5*-python==3.6.0Use"condainfo"toseethedependenciesforeachpackage.这可能是什么原因? 最佳答案