P
P
Plant2015-09-14 12:24:15
Python
Plant, 2015-09-14 12:24:15

How to install OpenCV 3.0 for Python 3.5?

Can you please tell me how to install OpenCV 3.0 for Python 3.5?
I installed Python 3.5.0 from off site.
Downloaded the opencv_python‑3.0.0‑cp35‑none‑win32.whl binary from lfd.uci.edu
Installed the binary with pip install opencv_python‑3.0.0‑cp35‑none‑win32.whl

Lib\site-packages folder
d5d279c7d4254167957063518c69005a.png

I connect:
import cv
I get an error: File lib\site-packages\cv.py from cv2.cv import *
ImportError: DLL load failed: The specified module could not be found.
Tell me, what's wrong?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andy_U, 2015-09-14
@Andy_U

Install redistributable for VS 2015. Just ran into the same trap with matplotlib.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question