Taylor Marie
Taylor Marie

Reputation: 357

How do I install the "Graph Algorithms" extension in Neo4J?

I would like to use the neo4j algo.algorithms. I am running neo4j desktop verison on Windows.

I tried to install the graph algorithms extension following these instructions: https://neo4j.com/docs/graph-algorithms/current/introduction/

But I ran into a problem immediately since there is no install option: enter image description here

How can I install Graph Algorithms?

Upvotes: 0

Views: 499

Answers (1)

cybersam
cybersam

Reputation: 67019

If the Install option does not appear for a Plugin, that means that there is no version of that Plugin compatible with the neo4j installation that you are configuring.

The latest version of the Graph Algorithms plugin currently available is compatible with neo4j version 3.5 (and does not even seem to work with all 3.5.x versions).

As of now, neo4j 3.5.14 seems to be the most recent version of neo4j that works with the latest Graph Algorithms plugin.

Upvotes: 1

Related Questions