Installation von opencv in python

Ich habe einige Probleme mit der Installation des OpenCV. Ich habe mit Anaconda, und ich kopierte die cv2.pyd - Datei in das ...\Lib\site-packages Ordner. Wenn ich Typ import cv2 in Python bekomme ich diesen Fehler:

`Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: DLL load failed: The specified module could not be found.`

Ich habe auch versucht ein pip installieren via Eingabeaufforderung: C:\Users\SCD>pip install cv2 Ergebnisse:"

Collecting cv2
Could not find a version that satisfies the requirement cv2 (from versions: )
No matching distribution found for cv2`

Kann jemand helfen?

InformationsquelleAutor SCD | 2016-06-28
Schreibe einen Kommentar