How to install OpenCV on Windows xp 32 bit

asked 2019-10-16 23:24:20 -0600

Mayank1548 gravatar image

I'm using Windows xp 32bit, and I have installed python 3.4 on it.. But I'm getting problem to install OpenCV - python on my system. I have tried to copy .pyd file in site libraries too but still it's says couldn't find open cv.. So how to install it on Windows xp for python? And which version should I install? Please help me!!!!! T.T

edit retag flag offensive close merge delete

Comments

if you're mainly interested in running python code, try a straight

pip install opencv-python

else (c++, java) you have to build the opencv libs from src using cmake (there are no more prebuilt x86 libs available)

berak gravatar imageberak ( 2019-10-16 23:53:54 -0600 )edit

When I try to directly install it via pip, it says couldn't find a version that satisfies the requirement opencv, No matching distribution found for opencv.

Mayank1548 gravatar imageMayank1548 ( 2019-10-17 07:21:22 -0600 )edit
berak gravatar imageberak ( 2019-10-17 07:27:16 -0600 )edit

I have same file downloaded, do I directly copy to to sit libraries?

Mayank1548 gravatar imageMayank1548 ( 2019-10-17 07:29:10 -0600 )edit

When I trys to install it via pip, It says opencv_python-4.1.1.26-cp34-win32.whl is not supported wheel on this platform .

Mayank1548 gravatar imageMayank1548 ( 2019-10-17 07:32:53 -0600 )edit

try harder

berak gravatar imageberak ( 2019-10-17 07:38:42 -0600 )edit

What do you mean? Is there any file which you sent for opencv3.2?

Mayank1548 gravatar imageMayank1548 ( 2019-10-17 07:41:01 -0600 )edit

I won't send anything, sorry.

it'll just be hard to find something current for your outdated box. (there was no py3.4 at xp times, so you probably won't find opencv python bindings for that version)

good luck, anyway.

berak gravatar imageberak ( 2019-10-17 07:54:28 -0600 )edit

So will it work if I upgrade to Windows 7?

Mayank1548 gravatar imageMayank1548 ( 2019-10-17 07:56:19 -0600 )edit