neo4j / graph-data-science

Source code for the Neo4j Graph Data Science library of graph algorithms.
https://neo4j.com/docs/graph-data-science/current/
Other
597 stars 157 forks source link

UnableToConnectError: {code: Neo.ClientError.Statement.SyntaxError} #206

Closed yangnianen closed 2 years ago

yangnianen commented 2 years ago

Can't connect remotely, but it can be changed to other frameworks, example : from neo4j import GraphDatabase BUG : UnableToConnectError: {code: Neo.ClientError.Statement.SyntaxError} {message: Unknown function 'gds.version' (line 1, column 8 (offset: 7)) "RETURN gds.version() AS gds.version()" ^}

s1ck commented 2 years ago

Are you sure that the GDS plugin is installed on the server you're trying to connect to?

Mats-SX commented 2 years ago

@yangnianen In case you need support with installing the library to your Neo4j database, please see this chapter of our documentation: https://neo4j.com/docs/graph-data-science/current/installation/