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
596 stars 157 forks source link

GDS source code compilation problems #299

Closed RoadTLife closed 3 months ago

RoadTLife commented 3 months ago

GDS source code compilation problems GDS version :2.6 Description: When I read the project source code, I found that I could not find the class, hoping to give answers.

vnickolov commented 3 months ago

Hello @RoadTLife, can you please provide more details on how are you trying to compile the code? The following will be very useful for our investigation:

Thank you in advance.

RoadTLife commented 3 months ago

Thanks for your reply, the above issue should be independent of java version and neo4j version. I'm reading org.neo4j.gds.applications.graphstorecatalog.GenericProjectApplication , Found that can't find the org.neo4j.gds.api.ImmutableGraphLoaderContext , corresponding to the core module of org.neo4j.gds.api package below does not find the ImmutableGraphLoaderContext, hope to help solve this is why?

vnickolov commented 3 months ago

Thank you for the response.

The Immutable* classes (org.neo4j.gds.api.ImmutableGraphLoaderContext) are generated and not checked-in the git repository, you would need to compile the source code in order to get this file generated. I hope this helps.

RoadTLife commented 3 months ago

Got it. Thanks

vnickolov commented 3 months ago

Can you please give this a try and close the issue if everything is alright?