【发布时间】:2020-08-17 07:01:38
【问题描述】:
我正在尝试在 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)
【问题讨论】:
-
好的,你从那个输出中明白了什么?你做过研究吗?
-
是的,我有,但我不知道该怎么做。抱歉,我是 Python 新手
-
您使用的是虚拟环境还是类似的东西?
标签: python pip jupyter-lab