pip install jupyterlab 在 Python 3.8 环境中失败,Windows
pip install jupyterlab fails in a Python 3.8 environment, Windows
我正在尝试在 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)
我必须安装 3.7.6>= Python 版本。
Jupyterlab 下载成功
我正在尝试在 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)
我必须安装 3.7.6>= Python 版本。 Jupyterlab 下载成功