Python技巧
Conda的使用
一些依赖包无法安装
默认的安装渠道default 中可能不包含一些教旧版本的程序包;
可尝试添加 conda-forge 渠道后,重新运行安装
conda config --add channels conda-forge有时,一些程序包确实在conda中找不到,那么就是用pip来进行安装和管理
Python技巧
http://localhost:8080/archives/pythonji-qiao
默认的安装渠道default 中可能不包含一些教旧版本的程序包;
可尝试添加 conda-forge 渠道后,重新运行安装
conda config --add channels conda-forge有时,一些程序包确实在conda中找不到,那么就是用pip来进行安装和管理