Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
04-04-2022 08:03 PM
Hi I am trying to follow the YouTube Tutorial "Training Series - Create a Knowledge Graph: A Simple ML Approach"
I have followed the process of opening a sandbox and the very first line is uploading the data from the GitHub repository ... however there is a problem which I see others have faced and that seems to be the apoc.import.json command simply fails to run. I assume that working in the sandbox means I am using the latest versions in which case it should not be a version issues as I have seen mentioned in other similar questions.
How do I proceed?
Please keep the following things in mind:
Please format code + Cypher statements with the code </>
icon, it's much easier to read.
Please provide the following information if you ran into a more serious issue:
PROFILE
or EXPLAIN
with boxes expanded (lower right corner)04-05-2022 09:08 AM
I just created a Neo4j Sandbox instance and it seems it seems that the version is not the latest.
You can try by executing:
RETURN apoc.version();
I receive 4.4.0.2
(and I think you too). The latest version is 4.4.0.3
.
However, I just tried the apoc.import.json
procedure, but strangely I receive a Caused by: java.lang.NoSuchMethodError
and not a NullPointer
.
Anyway, can you try to do the tutorial by using, for example, Neo4j Desktop?
Here there is the latest version and I haven't encountered any problems.
04-05-2022 09:54 AM
Thanks I will try using the desktop
All the sessions of the conference are now available online