Experimente sudo apt-get install python-opencv
.
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