Why cv2.so missing after opencv installed?

后端 未结 9 1269
你的背包
你的背包 2020-12-01 01:24

Today I installed opencv 2.4.4 to Ubuntu 12.10

But import cv2 not works.

root@-:~# python
Python 2.7.3 (default, Sep 26 2012, 21:53:58) 
[GCC 4.7.2]          


        
9条回答
  •  情深已故
    2020-12-01 02:08

    I install python-opencv to solve my problem in Ubuntu 14.04 sh sudo apt-get install python-opencv

提交回复
热议问题