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.