anacoda 安装默认源中没有的包

 pip install -i https://pypi.tuna.tsinghua.edu.cn/simple

 

 

 

1 安装失败

conda install pygame

 

 

2 搜索

anaconda search -t conda pygame

 

 

3 选则一个你想安装的版本

anaconda show CogSci/pygame

 

 

4 安装

conda install --channel https://conda.anaconda.org/CogSci pygame

 

 

posted @ 2019-01-15 20:24  乐乐章  阅读(358)  评论(0编辑  收藏  举报