I’ve tried various methods and can’t manage to use opencv in python.
I’m unable to install it using easy_install or pip.
I am able to install it using miniconda, but I’m then unable to use ‘import cv2’ in .py files that I’m working on by clicking ‘Run’.
However, if I enter python at the command line I can import cv2, but I want to be able to use the c9 editor and click Run.
Apologies if this is a noob question.
Can anyone me how to get opencv accessible to python scripts when I click Run?