GeoNode / geonode-project

A django template project for creating custom GeoNode projects.
http://geonode.org
77 stars 170 forks source link

ModuleNotFoundError: No module named 'geonode_logstash' #459

Closed techworldthink closed 11 months ago

techworldthink commented 11 months ago

I have installed the Geonode project using Docker. but the geonode is not working. I inspected the Django logs and found this error: "ModuleNotFoundError: No module named 'geonode_logstash'". How do I resolve this?

techworldthink commented 11 months ago

I have solved it by uncommenting the logstash and LDAP dependencies installation procedures from the Dockerfile before creating a project using the geonode-project template.

RUN cd /usr/src; git clone https://github.com/GeoNode/geonode-contribs.git -b master RUN cd /usr/src/geonode-contribs/geonode-logstash; pip install --upgrade -e . cd /usr/src/geonode-contribs/ldap; pip install --upgrade -e ._