You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used demo01 with the script import cv2
Then I get an exception of class $C000008E with the message 'c000008e FLOAT_DIVIDE_BY_ZERO'. OpenCV is installed in my current python and it works when I use it in a script. But apperntly it does not work here.
How can I get this to work?
(Other packages as numpy or pandas have problems, too.)