Why does conda try to update packages with --no-update-dependencies?

后端 未结 2 2113
眼角桃花
眼角桃花 2021-02-12 13:35

Often when I try to install a new package, conda wants to update other packages as well, even though I have added the --no-update-dependencies switch. The updates seem to be \"u

2条回答
  •  不知归路
    2021-02-12 14:13

    Just want to mention that these options are deprecated in new conda versions. For example, in conda version 4.6.7, you should use "conda install --no-deps yourpackage"

提交回复
热议问题