Connecting Neo4J Database to my Django App

Viewed 80

I am currently working on a project in which i need to use Django together with a Neo4J graph database. According to the articles i read online i have to use the django_neomodel library to do that. But when i try to install django_neomodel through pipenv or pip i get the following error:

Error message returned on installation failure of django_neomodel

The above errors says a certain geos_c.dll file of the shapely==1.7.1 library was not found. I don't really know how to start solving this issue. Thanks in advance. NB: I also get the same error when trying to install just the neomodel library.

I'm using python 3.10.4 for this project

1 Answers
Related