FCIS icon indicating copy to clipboard operation
FCIS copied to clipboard

openc-python3 invalidation?

Open fangxu622 opened this issue 7 years ago • 1 comments

[sensetime@localhost ~]$ sudo pip install opencv-python==3.2.0.6
[sudo] password for sensetime: 
Collecting opencv-python==3.2.0.6
  Using cached opencv_python-3.2.0.6-cp27-cp27mu-manylinux1_x86_64.whl
Requirement already satisfied: numpy>=1.11.3 in /usr/lib64/python2.7/site-packages (from opencv-python==3.2.0.6)
Installing collected packages: opencv-python
Successfully installed opencv-python-3.2.0.6
[sensetime@localhost ~]$ python
Python 2.7.5 (default, Nov  6 2016, 00:28:07) 
[GCC 4.8.5 20150623 (Red Hat 4.8.5-11)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import cv2
>>> cv2.__version__
'2.4.5'
>>> 

fangxu622 avatar Jul 07 '17 09:07 fangxu622

See if you have multiple versions of python on your system. The pip that you are using may be pointing to a different python version.

uzair789 avatar Feb 20 '19 23:02 uzair789