Hi,

    If you want to work with maps u can use foilum package. Watch foilum
video of traversy media on youtube. On seeing your error, it is saying that
the loation path is not correct. It is not able to find the file path
correctly. Instead use python os module to locate the file exactly. Ex:-
os.path.join(BASE_DIR, 'YOUR-FILE-NAME').

I hope this helps. Thank you.

On Tue, Jun 16, 2020 at 4:07 PM Puneet Makhija <puneetmakhi...@gmail.com>
wrote:

> Please reply please please please please
>
> On Monday, June 15, 2020 at 6:51:51 PM UTC+5:30, 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
>> object file: No such file or directory
>>
>> And below is my django settings.py file    library path for GDAL and
>> GEOS
>>
>> GDAL_LIBRARY_PATH="/usr/local/lib/libgdal.so"
>> GEOS_LIBRARY_PATH="/usr/local/lib/libgeos_c.so"
>>
>>
>> As i setted up the path in the /etc/ld.so.conf :-
>> include /etc/ld.so.conf.d/*.conf
>> /usr/local/lib
>> then sudo ldconfig
>>
>> still im geeting the same error :-
>> cannot open shared object file: No such file or directory
>> As i stuck in this from last 2 days why this was happening
>>
>> As i am using Ubuntu 18.04 version
>> GDAL: gdal-3.1.0
>> Proj: proj-7.0.1
>> Geos: geos-3.8.1
>>
>> ** Any help will be highly Appreciated ***
>>
>> --
> 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 django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/c307f59c-440e-4bba-8f00-586f1bdab3bco%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/c307f59c-440e-4bba-8f00-586f1bdab3bco%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>


-- 
Thanks and Regards

J. Ranga Bharath
cell: 9110334114

-- 
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 django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAK5m315geVhLA%3DeiCS5-nO40-z685Qrtkcs-29yP9GWATNB%3D0Q%40mail.gmail.com.

Reply via email to