Installation
To install the latest deployed version of the Python client, run:
pip install graphdatascience
1. System requirements
The GDS Python client depends on Python, the Neo4j Python Driver, and a server-side installation of the GDS library (see installation instruction for the GDS library). The Python client supports the following versions of the other three components:
Python Client | GDS version | Python version | Neo4j Python Driver version |
---|---|---|---|
|
|
|
|
|
|
||
|
|
||
|
|
|
|
|
|
|
|
|
|||
|
|
2. Versioning
To make things easy for users of the Python client, our aim is that running pip install --upgrade graphdatascience
should give you a version of the client that supports all currently supported GDS library versions, starting with 2.0.
The Python client follows semantic versioning.
Python client versions do not map identically to versions of the GDS library. Eg. Python client version X.Y must not necessarily be compatible with GDS library version X.Y. Instead, the Python client may be released independently and one has to consult System requirements above to figure out whether one’s client version is compatible with the GDS library on the server.
Was this page helpful?