-
Notifications
You must be signed in to change notification settings - Fork 14
Add runtime dependency on neo4j Python package #11
Comments
Thanks for the feedback !. In fact this module has two dependencies : neo4j driver & python-dateutil Normally those deps are installed when you call But I see that
I will change that. |
Ah, okay. My installation procedure was a bit different and went
After that I had to figure out that the neo4j Python package was missing. |
Ho cool, this is my first feedback on the pgxn package. I will check if it's possible to package the deps directly in pgxn, otherwise I update the doc. Thanks ! |
After checking, PGXN is calling "make & make install" that pretty much do a |
I think the README should tell users that we will need the Python Neo4j driver.
https://pypi.org/project/neo4j/
pip3 install neo4j
The text was updated successfully, but these errors were encountered: