while trying to install the wheel file I'm getting the not a supported wheel on this platform and also updated pip
opencv_python-3.4.2+contrib-cp37-cp37m-win_amd64.whl is not a supported wheel on this platform
while trying to install the wheel file I'm getting the not a supported wheel on this platform and also updated pip
opencv_python-3.4.2+contrib-cp37-cp37m-win_amd64.whl is not a supported wheel on this platform
try this
pip install opencv-contrib-python
This will install it via pip. And it is way easier to do. I am running python 3.5 for this inside anaconda. Install with no issues. Please note you can only have one version installed at a time on each environment.