【发布时间】:2015-12-28 17:39:43
【问题描述】:
我正在尝试安装 Jupyter Notebook。
我按照Jupyter网站上的说明进行操作,即通过pip:
pip install jupyter
但是在过程进行到一半时,我收到以下错误:
Storing debug log for failure in /home/user/.pip/pip.log
有人可以帮忙吗?
Python 版本:2.7.6
操作系统:Ubuntu 14.04.3 LTS
【问题讨论】:
-
也许以 root 身份执行? sudo pip install jupyter?
-
谢谢!成功了!
-
请将此作为解决方案添加并标记为正确。否则它会永远作为一个悬而未决的问题悬而未决。
标签: python ubuntu ipython ipython-notebook jupyter