ImportError: libImath-2_2.so.12: cannot open shared object file: No such file or directory

在使用
pip3 install opencv-python
pip3 install opencv-contrib-python
安装opencv后报错,
ImportError: libImath-2_2.so.12: cannot open shared object file: No such file or directory
解决方案是:安装三个库
libilmbase-dev
libopenexr-dev
libgstreamer1.0-dev

https://github.com/EdjeElectronics/TensorFlow-Object-Detection-on-the-Raspberry-Pi/issues/18

你可能感兴趣的:(raspberry,pi,opencv,pip)