2017-02-28 32 views
0

Ich habe opencv über pip von pip install opencv-python installiert und es wurde erfolgreich installiert, aber wenn ich versuche es zu importieren, wird The specific module could not be found angezeigt. enter image description hereOpencv wird über pip installiert, kann aber nicht importiert werden in cmd

Dies ist die init Py-Code des opencv

import sys import os #FFMPEG dll is not found on Windows without this os.environ["PATH"] += os.pathsep + os.path.dirname(os.path.realpath(file)) from . import cv2 sys.modules['cv2'] = cv2

Antwort

0

Ich habe dies blog gefolgt und es funktionierte für mich

Verwandte Themen