Closed goanpeca closed 2 years ago
Use import cv2 instead of from cv2 import cv2
import cv2
from cv2 import cv2
See: https://github.com/conda-forge/staged-recipes/pull/19241
That was the solution indeed, thanks for the quick fix!
Use
import cv2
instead offrom cv2 import cv2
See: https://github.com/conda-forge/staged-recipes/pull/19241