There's my workaround
- I installed python 3.4.3 32bit version it comes with PIP version 6.0.8
- I wanted to upgraded my pip with:
python -m pip install --upgrade pipAnd it installed pip latest version 20.0.2 I downloaded some wheels
opencv-pythonfrom this link https://www.lfd.uci.edu/~gohlke/pythonlibs/#opencv. In my case I downloaded opencv_python‑3.1.0‑cp34‑cp34m‑win32.whl this wheel fileWhen I install downloaded wheel using upgraded pip. I got error about: PIP required python version 3.6 or higher
It seems PIP version 20.0.2 doesn't works with python 3.4 So which is the compatible version for python 3.4?