Ask Your Question

Revision history [back]

Attributeerror on the jetson nano, after opencv 4.1.1 build

Hi

I followed this tutorial to build opencv 4.1 on my jetson nano: https://github.com/JetsonHacksNano/buildOpenCV. When I test with importing cv2 in python it works, but when I try and use cv2.__version__ (or any other cv2 function) I get attributeerror: module cv2 has no attribute ‘__version__’. I had opencv 3 on it from before, so im guessing there is a conflict. Im able to find a fix for it, so any tips would be nice.