You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HI!
I am developing a Django app and I want to use django-leaflet to show a map.
I installed django-leaflet and its dependencies (gdal) with conda in the proper env.
Nonetheless, when I add 'leaflet' to my apps then it seems gdal cannot find the poppler library.
I attach the last part of the error.
from django.contrib.gis.gdal.libgdal import GDAL_VERSION, lgdal
File "/home/horacio/anaconda3/envs/epec/lib/python3.6/site-packages/django/contrib/gis/gdal/libgdal.py", line 50, in
lgdal = CDLL(lib_path)
File "/home/horacio/anaconda3/envs/epec/lib/python3.6/ctypes/init.py", line 348, in init
self._handle = _dlopen(self._name, mode)
OSError: libpoppler.so.71: cannot open shared object file: No such file or directory
Also, I installed version 0.27.1 that sheems to be the last one on conda and conda-forge repositories, but now I see in this repository that lastest release is 0.20, I question myself if this is related in some way.
HI!
I am developing a Django app and I want to use django-leaflet to show a map.
I installed django-leaflet and its dependencies (gdal) with conda in the proper env.
Nonetheless, when I add 'leaflet' to my apps then it seems gdal cannot find the poppler library.
I attach the last part of the error.
Also, I installed version 0.27.1 that sheems to be the last one on conda and conda-forge repositories, but now I see in this repository that lastest release is 0.20, I question myself if this is related in some way.
Thanks!
The text was updated successfully, but these errors were encountered: