放弃使用pip 转用conda
配置镜像源:
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --set show_channel_urls yes
安装scikit-learn:
conda install scikit-learn
本文介绍如何从使用pip切换到conda来管理Python环境,并通过配置清华镜像源加速安装过程。以scikit-learn为例,演示了具体的安装步骤。
放弃使用pip 转用conda
配置镜像源:
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --set show_channel_urls yes
安装scikit-learn:
conda install scikit-learn

被折叠的 条评论
为什么被折叠?