Skip to content

ERROR: No compatible "graph-data-science" plugin found for Neo4j 5.13.0. #478

@Podbrushkin

Description

@Podbrushkin

This doc page provides this command:

docker run -it --rm \
  --publish=7474:7474 --publish=7687:7687 \
  --user="$(id -u):$(id -g)" \
  -e NEO4J_AUTH=none \
  --env NEO4J_PLUGINS='["graph-data-science"]' \
  neo4j:latest

Expected behavior

Mounted image with neo4j and graph-data-science plugin enabled.

Actual behavior

Mounted image with neo4j but with this output instead of graph-data-science plugin:

Fetching versions.json for Plugin 'graph-data-science' from https://graphdatascience.ninja/versions.json
ERROR: No compatible "graph-data-science" plugin found for Neo4j 5.13.0.
This can happen with the newest Neo4j versions when a compatible plugin has not yet been released.
You can either use an older version of Neo4j, or continue without graph-data-science.
Neo4j will continue to start, but "graph-data-science" will not be loaded.
Applying default values for plugin graph-data-science to neo4j.conf

List of supported Neo4j versions contains 5.13.0, obviously compatible plugin has already been released.

Changing Neo4j version to older one doesn't help.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions