2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

condaの更新が終わらない。

Last updated at Posted at 2021-01-03

Anaconda prompt で condaの更新がいっこうに終わらない。

conda update -n base conda 

Solving Environment: |
のメッセージが出て | がグルグルずっと回っている。1時間以上ずっと回っている。
プロセス表示したら、どうやらPythonがCPU使ってるのでちゃんと何かをしているよう。

不安になるのでdebugオプションつけたら

conda update -n base conda  --debug 

こんな感じで依存性解決をずーっとやっているようだ。

image.png

最後の一行がおかしい。SATの問題。8千万の節があるっていっている。

DEBUG conda.common._logic:_run_sat(607): Invoking SAT with clause count: 83289605

メモリ見たら案の定。メモリが足りん。

image.png

これどうしたらいいの?

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?