Status of Python 3 Bindings for OpenCV [closed]

asked 2013-06-24 11:45:42 -0600

pnutzh4x0r gravatar image

What is the status of supporting Python 3 in OpenCV? Is anyone in the community already working on supporting Python 3? I'm asking because a project I am working on uses Python 2 + OpenCV but would like to transition to Python 3. I would be willing to help support Python 3 if there is an interest in the OpenCV community.

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by sturkmen
close date 2020-10-19 15:30:49.603080

Comments

1

work on Python 3 support is already started. I am not sure what is the status now. You can check the python module in git repo: https://github.com/Itseez/opencv/tree/master/modules/python/src2 . Try to compile it with python 3 and please let's know what is the condition.

Abid Rahman K gravatar imageAbid Rahman K ( 2013-06-25 04:31:26 -0600 )edit

See issue 2811 for tracking.

phihag gravatar imagephihag ( 2013-07-07 15:41:08 -0600 )edit