当用Ubuntu16.04+python27安装jupyter notebook后,
运行报错:
UnicodeDecodeError: ‘ascii’ codec can’t decode byte 0xe5 in position 4: ordinal not in range(128)
解决办法:
在终端输入:
LANGUAGE=en_US
在Ubuntu 16.04系统下使用Python 2.7安装Jupyter Notebook后运行报错,提示UnicodeDecodeError。解决办法是在终端输入LANGUAGE=en_US,还给出了参考链接https://github.com/jupyter/notebook/issues/4166 。
当用Ubuntu16.04+python27安装jupyter notebook后,
运行报错:
UnicodeDecodeError: ‘ascii’ codec can’t decode byte 0xe5 in position 4: ordinal not in range(128)
解决办法:
在终端输入:
LANGUAGE=en_US
7696
7675
10万+
2706
2602
1万+

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