-1

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.

Graham
  • 7,035
  • 17
  • 57
  • 82
Andy.inamdar
  • 175
  • 1
  • 2
  • 10

1 Answers1

0

First do this

python -m pip install --upgrade pip 

Then install scipy

Then install numpy

pip install numpy