using version 1.0.2 and running this cypher code:
CALL embedding.deepgl("Address","PAYS", {
nodeFeatures: ['pagerank'],
iterations: 2
})
This error occurs >>
Neo.ClientError.Procedure.ProcedureCallFailed: Failed to invoke procedure embedding.deepgl: Caused by: java.lang.NoSuchMethodError: org.neo4j.graphalgo.core.IdMap.buildMappedIds()V
Not sure what it is!? Config file is updated for the unrestricted algo., embedding.
I tried the latest verions 1.0.3 and get a completely different error:
Neo.ClientError.Procedure.ProcedureCallFailed: Failed to invoke procedure embedding.deepgl: Caused by: java.lang.UnsatisfiedLinkError: no openblas in java.library.path
I am using neo4j version 3.5.5
happy to hear anyones ideas on what i might be doing wrong here
Many thanks!
using version 1.0.2 and running this cypher code:
CALL embedding.deepgl("Address","PAYS", {
nodeFeatures: ['pagerank'],
iterations: 2
})
This error occurs >>
Neo.ClientError.Procedure.ProcedureCallFailed: Failed to invoke procedure
embedding.deepgl: Caused by: java.lang.NoSuchMethodError: org.neo4j.graphalgo.core.IdMap.buildMappedIds()VNot sure what it is!? Config file is updated for the unrestricted algo., embedding.
I tried the latest verions 1.0.3 and get a completely different error:
Neo.ClientError.Procedure.ProcedureCallFailed: Failed to invoke procedure
embedding.deepgl: Caused by: java.lang.UnsatisfiedLinkError: no openblas in java.library.pathI am using neo4j version 3.5.5
happy to hear anyones ideas on what i might be doing wrong here
Many thanks!