opencv - Import cv2 error python -
whenever attempt import cv2, error
import cv2 traceback (most recent call last): file "<stdin>", line 1, in <module> importerror: /usr/lib/libgdal.so.1: undefined symbol: sqlite3_column_table_name i've created symbolic link , have installed libgdal-dev module ubuntu software center. ideas? thanks!
edit: did pbu suggested, , link created without fail part. now, error comes up:
import cv2 traceback (most recent call last): file "<stdin>", line 1, in <module> importerror: /usr/local/lib/libgdal.so.1: cannot read file data: directory thank suggestions!
was happen same me , resolved after :
gdal 2.1 available ubuntu 16.04 ubuntugis-unstable ppa
sudo apt install gdal-bin python-gdal python3-gdal
Comments
Post a Comment