Available: opencv-3.1.0 python-3.5 machine with windows 10

I downloaded opencv from pythonlibs in whl format. Installed via pip, in the windows console it works, there are no problems.

But in the IDLE environment does not find the module 'cv2'

The installed library itself (opencv) is not in the python folder, but in the anaconda folder. As I understand it, IDLE has access to the subdirectories of the Python35 folder. I think to import into the folder with the python, or set the path in IDLE to the folder with the anaconda, but I don’t know how to do it crookedly. I would be grateful for the help.

1 answer 1

Copy opencv ***. Whl to the folder ... python35 / Scripts and install cv2 (pip install opencv **. Whl). Anaconda and idle are different programs. Checking the installed packages with the pip list command, in the Scripts folder, via the console.