【问题标题】:How can i install scikit-image module for Python on Windows properly?如何在 Windows 上正确安装 Python 的 scikit-image 模块?
【发布时间】:2021-06-25 19:29:33
【问题描述】:

平台:Windows 10 Pro 20H2、Python 3.8.7

我需要安装image-match 模块,但是当安装到需要的scikit-image 模块时,我收到错误:

Running setup.py install for scikit-image ... error
ERROR: Command errored out with exit status 1:
WARNING: The wheel package is not available.

上网我发现scikit-image windows 模块轮不可用。我尝试使用二进制 .whl 文件安装scikit-image。看起来像安装了模块,我尝试再次安装image-match。现在我收到了这个:

Building wheel for image-match (setup.py) ... done
Created wheel for image-match: filename=image_match-1.1.2-py3-none-any.whl size=21230 sha256=bb2a55e18dac36ab10056523f66383756fac637eafe4f12d4e12df9a3da3ad8c
Stored in directory: c:\users\user\appdata\local\pip\cache\wheels\70\62\40\3511b893ee0655b25176450c3b0405caf4ded0f44927de3ebe
Building wheel for scikit-image (setup.py) ... error
ERROR: Command errored out with exit status 1:
Partial import of skimage during the build process.

我的 Python 不太好,我做错了什么?

【问题讨论】:

    标签: python pip scikit-image


    【解决方案1】:

    由于某种原因,PyPI 的分支版本较旧,因此直接从 Github 链接安装。 使用这个命令pip install git+https://github.com/EdjoLabs/image-match

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2017-04-21
      • 1970-01-01
      • 1970-01-01
      • 2011-01-23
      • 2022-10-15
      • 2018-08-03
      • 2021-04-01
      相关资源
      最近更新 更多