1
0

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 1 year has passed since last update.

minicondaでpytorchをインストールしたときのエラー

Posted at

ResolvePackageNotFound: - conda==23.3.1

pytorchをインストールしようとしたところ,こんなエラーが出た.

conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia

....(中略)

ResolvePackageNotFound: 
  - conda==23.3.1      

condaのバージョンを確認したところ

conda info

....(中略)
          conda version : 23.5.0

まさかと思い,23.3.1にダウングレード

conda install conda=23.3.1  

したら無事インストールできました.

なお,pytorchのインストールの時に同時に23.5.0にバージョンアップされました.

感想

そんなことあるんか.

環境

windows 10 19045
Python 3.10.10

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?