LoginSignup
6
4

More than 5 years have passed since last update.

Condaアップデートできない問題解消方法

Last updated at Posted at 2018-09-11

Condaアップデータ時の問題

Condaをアップデートするため、下記コマンド実行しても、
最新バージョンがあるよっとメッセージが表示されて実際アップデータされなかった。

conda update -n base conda

実行結果がこちら

Solving environment: done

==> WARNING: A newer version of conda exists. <==
  current version: 4.5.1
  latest version: 4.5.11

Please update conda by running

    $ conda update -n base conda



# All requested packages already installed.

Condaアップデート解消方法

Condaアップデートを下記コマンドで実行したら、こちらの環境では解消できた。

conda update -n base conda -c defaults

参考内容

Anacondaのアップデート方法
"conda update -n base conda" is not updating conda

6
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
4