What is the advantage of Pip over Anaconda?

后端 未结 2 620
伪装坚强ぢ
伪装坚强ぢ 2021-01-18 10:54

So, I have seen What is the difference between pip and conda?. However, all of the answers there appear to be from Anaconda supporters. So, that made me wonder: why is pip s

2条回答
  •  自闭症患者
    2021-01-18 11:53

    Based on my limited experience, I would guess that the main advantage of pip over conda is the ability to still install packages that are not available from conda or Anaconda.org.

    https://conda.io/docs/using/pkgs.html#install-non-conda-packages - says basically the same.

    I have been using conda for a while now, mostly studying Machine Learning and related subjects. I am a happy user 99.99% of the time. But when one faces challenges like building and installing tensorflow with GPU support for Mac that would support his or her rather specific/outdated GPU, one can't really rely on conda.

提交回复
热议问题