Re: weird memory error on Centos7

2021-02-16 Thread Michael Johnson
Hi Wouter, I am having this same issue (or a very similar one - I am using Centos 8), and this is the only place I have seen someone else with it. Do you mind sharing your solution? I have the packages installed as suggested by DANIEL URBANO DE LA RUA, and I see on the docs that geodjango supor

Re: weird memory error on Centos7

2020-03-27 Thread Wouter
I had the same issue yesterday with geodjango and this MemoryError and managed to find out it was caused by selinux. I wrote a custom selinux httpd policy, which took me a couple of iterations because after fixing one sealert I ran into the next. If you are still looking for a solution and inter

Re: weird memory error on Centos7

2019-12-05 Thread Fernando González Cisneros
thanks but i already did it, and the error is still there...i just have a question, does geodjango has support gdal 3.0? El jue., 5 dic. 2019 a las 17:13, DANIEL URBANO DE LA RUA (< dannybombas...@gmail.com>) escribió: > In your case use yum to get thoses package > > On Fri, 6 Dec 2019, 00:12 DAN

Re: weird memory error on Centos7

2019-12-05 Thread DANIEL URBANO DE LA RUA
In your case use yum to get thoses package On Fri, 6 Dec 2019, 00:12 DANIEL URBANO DE LA RUA, wrote: > Try installing apt-ger install binutils libproj-dev gdal-bin > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from thi

Re: weird memory error on Centos7

2019-12-05 Thread DANIEL URBANO DE LA RUA
Try installing apt-ger install binutils libproj-dev gdal-bin On Fri, 6 Dec 2019, 00:01 Fernando González Cisneros, < hellhammerh...@gmail.com> wrote: > Hello, having some trouble here. > > I'm developing an app using the postgis backend in django, i'm releasing > it using an apache server on Cent