OpenCV problems (python3 and ROS)

0

I'm using ROS for a project in college, but when I try to use python 3 to call opencv, this problem occurs "ImportError: /opt/ros/kinetic/lib/python2.7/dist-packages/cv2.so: undefined symbol: PyCObject_Type"  I've been trying to resolve for almost a week and I can not.

    
asked by anonymous 13.01.2018 / 22:40

1 answer

0

According to this page , there is no official distribution of ROS pro Python 3, but it may be possible to make it work if you compile the source ROS.

    
14.01.2018 / 15:26