1
votes

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

1
what version of python do you have? what is your OS? 64bit or 32bit?eyllanesc
the problem was solved and windows 10, 64bit , python 3.7vishnu

1 Answers

2
votes

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.