↧
Answer by MSeifert for What to do when pip & conda overlap?
The Tensorflow maintainers actually publish the wheels of TensorFlow on PyPI that's why it's the recommended official way. The conda packages are created by the Anaconda staff and/or the community....
View ArticleWhat to do when pip & conda overlap?
I have a reasonable understanding of the difference between conda install& pip install; How pip installs python only packages & conda can install non-python binaries. However, there is some...
View Article