【发布时间】:2018-12-25 18:40:41
【问题描述】:
我尝试使用 pip 安装 jupyter:pip install jupyter(即使具有管理员权限)
但由于某种原因无法成功安装。这是错误:
找不到满足要求的版本 widgetsnbextension~=3.3.0(来自 ipywidgets->jupyter)(来自版本: 1.0.0b2、1.0.0b3、1.0.0b4、1.0.0b5、1.0.0、1.1.0、1.2.1、1.2.2、1.2.3、1.2.4、1.2.5、1.2.6、2.0。 0b1、2.0.0b2、2.0.0b3、2.0.0b4、2.0.0b5、2.0.0b6、2.0.0b7、2.0.0b8、2.0.0b9、2.0.0b10、2.0.0b11、2.0.0b12、2.0.0b13、 2.0.0b14、2.0.0b15、2.0.0b16、2.0.0b17、2.0.0b18、2.0.0b19、2.0.0rc1、2.0.0rc2、2.0.0、2.0.1、3.0.0a0、3.0.0a1、3.0。 0a2, 3.0.0a3, 3.0.0a4, 3.0.0a5, 3.0.0a6, 3.0.0a7, 3.0.0a8, 3.0.0a9, 3.0.0a10, 3.0.0a11, 3.0.0a12, 3.0.0a13, 3.0.0a14, 3.0.0a15、3.0.0b0、3.0.0b1、3.0.0b2、3.0.0b3、3.0.0b4、3.0.0b5、3.0.0b6、3.0.0b7、3.0.0b8、3.0.0b9、3.0.0b10、3.0。 0b11, 3.0.0b12, 3.0.0b13, 3.0.0rc0, 3.0.0rc1, 3.0.0rc2, 3.0.0, 3.0.1, 3.0.2, 3.0.3, 3.0.4, 3.0.5, 3.0.6, 3.0.7、3.0.8、3.1.0rc0、3.1.0rc1、3.1.0rc2、3.1.0、3.1.1、3.1.2、3.1.3、3.1.4、3.2.0、3.2.1、3.3。 0b0) 没有为 widgetsnbextension~=3.3.0 找到匹配的分布(来自 ipywidgets->jupyter)
注意:我也做了pip install widgetsnbextension,没有错误。但是我仍然无法安装 jupyter。
我该怎么做?
【问题讨论】:
-
pip install widgetsnbextension --upgrade,然后重新安装jupyter。 3.3.0 版本现已推出。 -
@hoefling 非常感谢!有效。您可以将其发布为答案,我会接受。
标签: python-3.x pip jupyter