Attributeerror on the jetson nano, after opencv 4.1.1 build

asked 2020-07-06 23:40:14 -0600

vegPY gravatar image

Hi

I followed this tutorial to build opencv 4.1 on my jetson nano: https://github.com/JetsonHacksNano/bu.... 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.

edit retag flag offensive close merge delete

Comments

4.1 is also quite outdated, why not use latest 4.3 ?

and a weird problem, that noone ever reported before

what about cv2.getBuildInformation() ?

berak gravatar imageberak ( 2020-07-07 02:29:42 -0600 )edit
1

Couldnt find a build script for jetson nano for 4.3. No function/attribute of cv2 works.. So i cant get buildinformation

vegPY gravatar imagevegPY ( 2020-07-07 08:37:19 -0600 )edit