Execution command
pip install opencv-python
output
Building wheels for collected packages: opencv-python
Building wheel for opencv-python (PEP 517) ... -
Older versions of openCV-Python don't require wheel compilation, so it stops here.
After running pip install --upgrade pip
, this is a problem caused by an older version of pip
The solution is to install opencv again.