环境win7 64位 python 3.4

用pip 安装jupyter notebook一直抱错

错误是一堆日志,最后一句大概是这个样子:storing debug log for failure in  。。

在网上搜了好多教程没有解决,最后升级了pip 成功解决。

没成功安装jupyter notebook的朋友可以尝试一下

升级pip

python -m pip install -U pip
#注意大小写

升级之后,就可以顺利安装jupyter notebook了

pip install jupyter
#即可安装成功

 

相关文章:

  • 2021-10-23
  • 2021-08-02
  • 2022-12-23
  • 2021-06-11
  • 2022-12-23
  • 2021-10-20
  • 2021-10-12
  • 2022-12-23
猜你喜欢
  • 2021-06-07
  • 2021-11-13
  • 2022-12-23
  • 2021-04-23
  • 2021-04-12
  • 2022-12-23
相关资源
相似解决方案