admin管理员组文章数量:1130349
1.问题描述及解决方法
我们在新建house(python2.7)的环境下
执行
conda install -n house pandas-datareader
却发现http请求不存在的错误,具体原因是因为
由于清华源对anaconda的不再支持,导致了我们请求错误,所以我们需要更换源,为了防止错误的发生。
1.1 还原anaconda的源
conda config --remove-key channels
1.2 更换中科院源
conda config --add channels https://mirrors.ustc.edu/anaconda/pkgs/free/
conda config --add channels https://mirrors.ustc.edu/anaconda/pkgs/main/
conda config --set show_channel_urls yes
1.问题描述及解决方法
我们在新建house(python2.7)的环境下
执行
conda install -n house pandas-datareader
却发现http请求不存在的错误,具体原因是因为
由于清华源对anaconda的不再支持,导致了我们请求错误,所以我们需要更换源,为了防止错误的发生。
1.1 还原anaconda的源
conda config --remove-key channels
1.2 更换中科院源
conda config --add channels https://mirrors.ustc.edu/anaconda/pkgs/free/
conda config --add channels https://mirrors.ustc.edu/anaconda/pkgs/main/
conda config --set show_channel_urls yes
本文标签: 环境JupyterWindowsnotebookseaborn
版权声明:本文标题:解决windows环境下无法在jupyter notebook中调用pandas-datareader,seaborn库的问题 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:https://it.en369.cn/jiaocheng/1724501009a474821.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。


发表评论