美文网首页
Anaconda 安装报错问题解决

Anaconda 安装报错问题解决

作者: gchr1 | 来源:发表于2017-06-12 13:35 被阅读69次

这里介绍软件的下来链接,推荐时间清华大学的镜像地址:
https://mirror.tuna.tsinghua.edu.cn/help/anaconda/

在mac上面安装很顺利,但是到了Windows上面就是死活安装不成功。
一直报如下错误:


Installation Error.png

去Google各种资料,最后发现了解决办法:
python2.7/site-packages/目录下添加一个sitecustomize.py文件
内容如下:

import sys
sys.setdefaultencoding('utf-8')

安装改软件就可以了。

参考连接:

  1. http://www.cnblogs.com/CasonChan/p/4669799.html

相关文章

网友评论

      本文标题:Anaconda 安装报错问题解决

      本文链接:https://www.haomeiwen.com/subject/ytslqxtx.html