Use conda-forge instead of default channels in conda

conda config --add channels conda-forge
conda config --set channel_priority strict

本文連結