Como instalo o python-opencv?

1

Estou tentando instalar o python-opencv para esse código. link

Como faço isso? Quando eu digito pip install --user python-opencv eu recebo

Could not find any downloads that satisfy the requirement python-opencv
Cleaning up...
No distributions at all found for python-opencv

Consegui instalar o cython e o easydict usando

pip install --user cython
pip install --user easydict
    
por kong 02.12.2016 / 18:47

1 resposta

2

Experimente sudo apt-get install python-opencv .

    
por muneeb 01.03.2017 / 09:24