安装jupyter notebook 出错 解决办法

环境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
#即可安装成功

 

转载于:https://www.cnblogs.com/lucas0625/p/8337485.html

你可能感兴趣的:(开发工具,python)