繁体   English   中英

pip 安装 ecapture 产生错误。 我该如何解决这个问题?

[英]pip install ecapture creates an error. How do I solve this?

我无法安装ecapture 0.1.8

Python 版本: 3.9.6

pip: 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-imagewheel ,但这没有用。 有谁知道如何提供帮助?

我使用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 go 到下载目录cd C:\Users\me\Downloads (在我的电脑里)

4 pip install ecapture-0.1.8-py3-none-any.whl

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM