Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cv2 import #4

Open
mcranium opened this issue Mar 17, 2024 · 0 comments
Open

cv2 import #4

mcranium opened this issue Mar 17, 2024 · 0 comments

Comments

@mcranium
Copy link

I am not sure if this is platform specific (Debian 11 on my machine), but there is
from cv2 import cv2
on line 12, which gives me an error message.

ImportError: Bindings generation error. Submodule name should always start with a parent module name. Parent name: cv2.cv2. Submodule name: cv2

Changing it to
import cv2
allows me to run the program without an error message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant