简体   繁体   English

Ecapture 模块未安装在 Python 3.9.1 中

[英]Ecapture Module Not installing in Python 3.9.1

I am not able to download ecapture module trying with python 3.9.1 error: Microsoft Visual C++ 14.0 or greater is required.我无法下载尝试使用 python 3.9.1 错误的 ecapture 模块:需要 Microsoft Visual C++ 14.0 或更高版本。 Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/使用“Microsoft C++ 构建工具”获取它: https://visualstudio.microsoft.com/visual-cpp-build-tools/

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 构建轮子 无法构建 scikit-image 错误:无法为使用 PEP 517 且无法直接安装的 scikit-image 构建轮子

From what I have seen, scikit does not support Python 3.9 (in Pypi) yet.据我所知,scikit 还不支持 Python 3.9(在 Pypi 中)。 Try using an older version (like python 3.7).尝试使用旧版本(如 python 3.7)。 You can, however, install it for python 3.9 using conda install -c conda-forge scikit-learn (if you are using anaconda).但是,您可以使用 conda install -c conda-forge scikit-learn (如果您使用 anaconda)为 python 3.9 安装它。

I got this information from https://github.com/scikit-learn/scikit-learn/issues/18852我从https://github.com/scikit-learn/scikit-learn/issues/18852获得了这些信息

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

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