ubuntu 安装jupyster报错

问题描述

在Ubuntu 16.04中使用sudo pip install jupyter,安装jupster时报错

jsonschema 3.0.1 has requirement six>=1.11.0, but you’ll have six 1.10.0 which is incompatible.
使用jupyter notebook运行jupyter时出现错误:UnicodeDecodeError: ‘ascii’ codec can’t decode byte 0xe5 in position 4: ordinal not in range 128

问题分析

很明显这是一个编码的问题。
奇怪的是,使用同样的方法在英文版Ubuntu 16.04中就没出现这个问题,在中文版中就存在这个问题。因此这个问题应该和系统版本有关。

解决办法

使用pip3重新安装了jupyter,解决了问题。
具体做法:
  1. 卸载jupyter和附加项

sudo pip uninstall jupyter
sudo pip uninstall jupyter-core
sudo pip uninstall jupyter-console
sudo pip uninstall jupyter-client

  1. 没有pip3的话,安装pip3

sudo apt install python3-pip

  1. 安装jupyter

sudo pip3 install jupyter

  1. 安装完成后,运行jupyter

jupyter notebook

成功跳出网页。

  • 2
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值