-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,431
  • 18
  • 59
  • 84
Andy.inamdar
  • 303
  • 1
  • 3
  • 10

1 Answers1

0

First do this

python -m pip install --upgrade pip 

Then install scipy

Then install numpy

pip install numpy