繁体   English   中英

pip 在 Python 3.8 环境中安装 jupyterlab 失败,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 下载成功

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM