Skip to content Skip to sidebar Skip to footer

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 su

Solution 1:

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.

Post a Comment for "Opencv_python-3.4.2+contrib-cp37-cp37m-win_amd64.whl Is Not A Supported Wheel On This Platform"