Skip to content

ModuleNotFoundError: No module named 'cv2' #73

@raj6996

Description

@raj6996

Bug/Issue Description:
G:\PySceneDetect-0.5>scenedetect -i "G:\I2\I.mp4" detect-content list-scenes split-video --copy
Traceback (most recent call last):
File "G:\PySceneDetect-0.5\scenedetect.py", line 34, in
from scenedetect.main import main
File "G:\PySceneDetect-0.5\scenedetect_init_.py", line 52, in
from scenedetect.scene_manager import SceneManager
File "G:\PySceneDetect-0.5\scenedetect\scene_manager.py", line 55, in
import cv2
ModuleNotFoundError: No module named 'cv2'
G:\PySceneDetect-0.5>

Computing Environment:

  • OS: Windows 10 Pro
  • Python Version: 3.7.0 32bit
  • OpenCV Version: Don't know, don't install this.

Additional Information:
I downloaded source code zip file, after extracting I run setup file. I don't install opencv cause I don't have any issue with previous issue as I did same way.

Media [Videos/Images/Screenshots]:
MP4 file

Remove this section if there is no media associated with the issue/bug report.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions