Skip to content

failed to invoke procedure embedding.deepgl #14

@AdamT23

Description

@AdamT23

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!

Metadata

Metadata

Assignees

No one assigned

    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