简体   繁体   中英

Installing scikit-image

I am installing scikit-image using pip install scikit-image . I get this error:

Failed building wheel for scikit-image

What is the command to install scikit-image using wheel?

I see references to pip install SomePackage-1.0-py2.py3-none-any.whl but I didn't understand what this does.

First do this

python -m pip install --upgrade pip 

Then install scipy

Then install numpy

pip install numpy

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