Anaconda not updating to latest

别来无恙 提交于 2019-12-12 11:27:35

问题


The latest version of anaconda is 2.5. When I type:

conda update conda
conda update anaconda

I get

# All requested packages already installed.
# packages in environment at C:\Users\<user>\Anaconda:
#
conda                     4.0.5                    py27_0

and

# All requested packages already installed.
# packages in environment at C:\Users\<user>\Anaconda:
#
anaconda                  2.3.0                np19py27_0

respectively.

How do I get conda to get version 2.5?

  • Running on 64-bit Windows 7
  • Python 2.7.10 :: Anaconda 2.3.0 (32-bit)

回答1:


I found this:

https://www.continuum.io/blog/developer-blog/anaconda-25-release-now-mkl-optimizations

Instead:

conda update conda
conda install anaconda=2.5


来源:https://stackoverflow.com/questions/36063923/anaconda-not-updating-to-latest

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!