ERROR: Could not build wheels for opencv-python which use PEP 517 and cannot be installed directly
I had the same problem and i did this, pip install –upgrade pip setuptools wheel then install opencv again, pip install opencv-python this worked for me