1

我的机器上安装了 OpenCV3,从 Python2.7 我可以毫无问题地导入它,

Import cv2

但是使用 Python3 做同样的事情会导致缺少模块错误

我读了一些需要重新安装 OpenCV 的解决方案,像这样

但我不想再次从 Scratch 安装 OpenCV,所以我怎样才能将 Python3 与已安装的 OpenCV 链接起来,

谢谢,

附言

我按照这个页面安装了openCV:http: //docs.opencv.org/2.4/doc/tutorials/introduction/linux_install/linux_install.html

4

0 回答 0