简体   繁体   中英

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. Get it with "Microsoft C++ Build Tools": 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

From what I have seen, scikit does not support Python 3.9 (in Pypi) yet. Try using an older version (like 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).

I got this information from https://github.com/scikit-learn/scikit-learn/issues/18852

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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