Hi, I am having the following error every time i try to import cv2 in the Python Interpreter. I am operating on Ubuntu 14.04.
ImportError: /usr/lib/libgdal.so.1: undefined symbol: sqlite3_column_table_name It all started when i build sqlite from source. How can i rectify the issue? Thank you.