When I am trying to install .whl with pip
it said:
is not a supported wheel on this platform
to solve this problem, I
For pip v10 use this:
import pip._internal; print(pip._internal.pep425tags.get_supported())