Hi Puneet,

On 15/06/2020 09.08, Puneet Makhija wrote:
As i am Stuck in this Error from 2 days. But cant get the Solution why this was Happening
I am getting an Error:
self._handle =_dlopen(self._name,mode)
   indusli |OSError:/usr/local/lib/libgdal.so:cannot open shared objectfile:Nosuch file ordirectory

Does /usr/local/lib/libgdal.so exist?

The error seems to indicate that it doesn't. Did you install libgdal and how?

Using /usr/local as a path on a Linux system usually indicates that is was installed manually from sources. Why not install it from your package manager, eg.:

# sudo apt-get install libgdal20

should be possible on Ubuntu 18.04.

Kind regards,

Kasper Laudrup

--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/8dd324d7-4237-c78c-b0d3-15008ab78453%40stacktrace.dk.

Reply via email to