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:
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