redhuntlabs / Octopii

An AI-powered Personal Identifiable Information (PII) scanner.
https://redhuntlabs.com/blog/octopii-an-opensource-pii-scanner-for-images.html
Other
642 stars 54 forks source link

ModuleNotFoundError: No module named 'cv2' #9

Closed g33k247 closed 1 year ago

g33k247 commented 1 year ago

Describe the bug ModuleNotFoundError: No module named 'cv2'

To Reproduce Steps to reproduce the behavior:

  1. Run python3 octopii.py dummy-pii/ (Windows 11)

Expected behavior Octopii runs successfully

owais-redhunt commented 1 year ago

Did you run pip install -r requirements.txt? It looks like you don't have opencv installed.

owais-redhunt commented 1 year ago

Closing due to inactivity.