Re: Problem import owlready2

Posted by Dumas Anthony on
URL: http://owlready.306.s1.nabble.com/Problem-import-owlready2-tp74p86.html

it's ok now !!
thanks for your time!

i have to execute
LDPRELOAD='/usr/local/lib/libsqlite3.so' python3.6
>>> print(sqlite3.sqlite_version)
>>> 3.21.0
>>> import owlready2
>>> WORKS !

now, i have to looking for a system to load the lib automatically.

bye and thanks or your help.
Problem solved.