Specific reasons to favor pip vs. conda when installing Python packages
问题 I use miniconda as my default python installation. What is the current (2019) wisdom regarding when to install something with conda vs. pip? My usual behavior is to install everything with pip, and only using conda if a package is not available through pip or the pip version doesn't work correctly. Are there advantages to always favoring conda install ? Are there issues associated with mixing the two installers? What factors should I be considering? OBJECTIVITY: This is not an opinion-based