如何在 Windows 上正确安装 Python 的 scikit-image 模块?
How can i install scikit-image module for Python on Windows properly?
平台:Windows10 Pro 20H2,Python3.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.
上网发现 windows 的 scikit-image
模块轮不可用。我尝试使用二进制 .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\wheels11b893ee0655b25176450c3b0405caf4ded0f44927de3ebe
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 方面不是那么好,所以我做错了什么?
直接从 Github 安装 Link 由于某种原因 PyPI 有一个旧版本的分支。
使用此命令 pip install git+https://github.com/EdjoLabs/image-match
平台:Windows10 Pro 20H2,Python3.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.
上网发现 windows 的 scikit-image
模块轮不可用。我尝试使用二进制 .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\wheels11b893ee0655b25176450c3b0405caf4ded0f44927de3ebe
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 方面不是那么好,所以我做错了什么?
直接从 Github 安装 Link 由于某种原因 PyPI 有一个旧版本的分支。
使用此命令 pip install git+https://github.com/EdjoLabs/image-match