简体   繁体   中英

How do I fix an error when installing scikit-image Python Library?

I am try to install scikit-image package in python 3.10 and I use vscode . this is my command:
pip3 install scikit-image
but I see this error:

ERROR: Failed building wheel for scikit-image  Failed to build scikit-image   
ERROR: Could not build wheels for scikit-image, which is required to install pyproject.toml-based projects

vc++ is installed on my windows 8.1

Hey i have the same issue. It seems like scikit-learn is not yet supported on python 3.10.

Howewer when i downgraded to 3.9.9 scikit installation works fine.

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