pip安装jupyterlab在Python 3.8环境Windows中失败

2024-09-29 01:32:38 发布

您现在位置:Python中文网/ 问答频道 /正文

我试图在Windows机器上安装jupyterlab,安装失败,出现以下异常,我使用的是python 3.8

C:\Users\ezily>pip install jupyterlab

> Could not find a version that satisfies the requirement pywin32>=1.0; sys_platform == "win32" (from jupyter-core>=4.6.1->notebook>=4.3.1->jupyterlab) (from versions: )
No matching distribution found for pywin32>=1.0; sys_platform == "win32" (from jupyter-core>=4.6.1->notebook>=4.3.1->jupyterlab)


Tags: installpipfromcore机器windowssysjupyter