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