由于缺少pywin32,因此无法在Windows上安装Python Jupyter或Jupyterlabs

问题描述 投票:0回答:1

[当我尝试使用“ pip install jupyter”安装Jupyter时,出现错误:

找不到pywin32的匹配分布,如下所示:

Collecting pywin32>=1.0; sys_platform == "win32" (from jupyter-core->nbconvert->jupyter)
  Could not find a version that satisfies the requirement pywin32>=1.0; sys_platform == "win32" (from jupyter-core->n
bconvert->jupyter) (from versions: )
No matching distribution found for pywin32>=1.0; sys_platform == "win32" (from jupyter-core->nbconvert->jupyter)

如果我尝试“ pip install pywin32”或“ pip install pypiwin32”,也会发生同样的事情。

我正在使用Python 3.8.2,PIP 19.0.3

python jupyter-notebook jupyter jupyter-lab
1个回答
0
投票

降级到Python 3.7.6解决了这个问题,如@Kalana评论中提到的文章中所述。

© www.soinside.com 2019 - 2024. All rights reserved.