【问题标题】:pip install jupyterlab fails in a Python 3.8 environment, Windowspip install jupyterlab 在 Python 3.8 环境中失败,Windows
【发布时间】: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


【解决方案1】:

我必须安装 3.7.6>= Python 版本。 Jupyterlab 下载成功

【讨论】:

    猜你喜欢
    • 2020-02-25
    • 1970-01-01
    • 1970-01-01
    • 2020-05-27
    • 2018-12-17
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多