Good afternoon everyone,
I tried many solutions from other people, but nothing is working. I have downloaded OpenCV, but everytime I run the code it says there is no opencv2 on my computer. And maybe it is important, I am using a Jetson TX2 with Ubuntu 16.04. Here is the error:
File "/usr/local/lib/python3.5/dist-packages/imutils/convenience.py", line 6, in import cv2
ImportError: No module named 'cv2'
In this source, I have the folder 'opencv-3.4.9'
import numpy as np
import sys
sys.path.append('/usr/local/lib/python3.5/dist-packages')
import cv2
...
I hope someone can help me