【问题标题】:Ecapture Module Not installing in Python 3.9.1Ecapture 模块未安装在 Python 3.9.1 中
【发布时间】:2021-01-18 09:28:54
【问题描述】:

尝试使用 python 3.9.1 错误时我无法下载 ecapture 模块:需要 Microsoft Visual C++ 14.0 或更高版本。使用“Microsoft C++ 构建工具”获取它:https://visualstudio.microsoft.com/visual-cpp-build-tools/

错误:scikit-image 的构建轮失败 无法构建 scikit-image 错误:无法为使用 PEP 517 且无法直接安装的 scikit-image 构建轮子

【问题讨论】:

    标签: image-capture


    【解决方案1】:

    据我所知,scikit 还不支持 Python 3.9(在 Pypi 中)。尝试使用旧版本(如 python 3.7)。 但是,您可以使用 conda install -c conda-forge scikit-learn 为 python 3.9 安装它(如果您使用的是 anaconda)。

    我从https://github.com/scikit-learn/scikit-learn/issues/18852得到这个信息

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2016-09-08
      • 2020-09-13
      • 2019-01-01
      • 2011-04-30
      • 2021-12-28
      • 2013-08-26
      • 1970-01-01
      • 2011-06-03
      相关资源
      最近更新 更多