pip install ecapture 会产生错误。我该如何解决这个问题?
pip install ecapture creates an error. How do I solve this?
我无法安装ecapture 0.1.8
Python版本:3.9.6
点:21.2.2
我正在使用 Windows 10
我输入了pip install ecapture
并得到一大堆收集和安装消息,然后是这个。:
ERROR: Failed building wheel for scikit-image
Failed to build scikit-image
ERROR: Could not build wheels for scikit-image which use PEP 517 and cannot be installed directly
我也试过分别安装 scikit-image
和 wheel
,但没有成功。有人知道怎么帮忙吗?
我使用 pip3 install ecapture --no-binary :all:
并安装了 ecapture 版本 0.0.8 而不是 0.1.8
1 次上传来自 https://pypi.org/project/ecapture/#files
2 下载ecapture-0.1.8-py3-none-any.whl
3 打开cmd 进入下载目录cd C:\Users\me\Downloads
(在我的电脑上)
4 pip install ecapture-0.1.8-py3-none-any.whl
我无法安装ecapture 0.1.8
Python版本:3.9.6
点:21.2.2
我正在使用 Windows 10
我输入了pip install ecapture
并得到一大堆收集和安装消息,然后是这个。:
ERROR: Failed building wheel for scikit-image
Failed to build scikit-image
ERROR: Could not build wheels for scikit-image which use PEP 517 and cannot be installed directly
我也试过分别安装 scikit-image
和 wheel
,但没有成功。有人知道怎么帮忙吗?
我使用 pip3 install ecapture --no-binary :all:
并安装了 ecapture 版本 0.0.8 而不是 0.1.8
1 次上传来自 https://pypi.org/project/ecapture/#files
2 下载ecapture-0.1.8-py3-none-any.whl
3 打开cmd 进入下载目录cd C:\Users\me\Downloads
(在我的电脑上)
4 pip install ecapture-0.1.8-py3-none-any.whl