官网:https://www.anaconda.com/download/#linux、
sh Anaconda3-4.2.0-Linux-x86_64.sh
官网地址:https://www.lfd.uci.edu/~gohlke/pythonlibs/#opencv
pip install opencv_python-3.4.3.18-cp27-cp27mu-manylinux1_x86_64.whl
** is not a supported wheel on this platform
>>> import pip
>>> print(pip.pep425tags.get_supported())
ImportError: libSM.so.6: cannot open shared object file: No such file or directory
>>> import cv2
>>> cv2.__version__
>>> '3.4.3'