Estou tentando instalar o opencv no meu servidor Ubuntu 15.04. Estou usando o conda
gerenciador de pacotes.
conda install -c https://conda.binstar.org/menpo opencv3
Quando tento importar cv2
, o pacote Python, recebo o seguinte erro.
ImportError: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
Como instalo essa dependência? Eu tentei instalar o apt-get, libgtk-x11-2.0.so.0
mas parece não existir.
Obrigado!
apt-get install libgtk2.0-
e isso removeu quase todo o meu sistema.