新版Pytorch通过旧版Anaconda安装可能会遇到如下错误:
ERROR conda.core.link:_execute_actions(337): An error occurred while installing package 'defaults::tqdm-4.32.1-py_0'.
CondaError: Cannot link a source that does not exist. C:\ProgramData\Anaconda3\Scripts\conda.exe
Running `conda clean --packages` may resolve your problem.
Attempting to roll back.
这时可以在cmd中输入
conda install tqdm -f
然后再将pytorch官网所给的Run this Command后面的内容输入cmd
当使用旧版Anaconda安装新版Pytorch时,可能会遇到安装失败的错误。本文介绍了一种解决方案,即先单独安装tqdm包,再进行Pytorch的安装。
31万+

被折叠的 条评论
为什么被折叠?



