这里我们直接将cv2.cpython-34m.so文件复制到/usr/local/lib/python3.4中,并重命名为cv2.so,打开Python3: import cv2 cv2.version ‘3.1.0’ 添加链接描述