【发布时间】: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