Problem with loading quick start's examples

Hi, I hope you are all well. I followed the quick start instruction. however, I got an error that the shared utility dependency couldn’t resolve. is there any help or recommendation?

1 Like

the console’s message is :
[INFO] Scanning for projects…
[INFO]
[INFO] ------------------< org.deeplearning4j:dl4j-examples >------------------
[INFO] Building DeepLearning4j Examples 1.0.0-beta6
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The POM for org.deeplearning4j.examples:shared-utilities:jar:1.0.0-beta6 is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.832 s
[INFO] Finished at: 2020-02-13T14:16:10+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project dl4j-examples: Could not resolve dependencies for project org.deeplearning4j:dl4j-examples:jar:1.0.0-beta6: Failure to find org.deeplearning4j.examples:shared-utilities:jar:1.0.0-beta6 in Central Repository: was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced → [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] DependencyResolutionException - Apache Maven - Apache Software Foundation

You’ve got to move up a folder.

Run mvn clean install in deeplearning4j-examples.

We’ve got to update the quickstart to be a bit more clear on that.

2 Likes

thank you very much for your prompt respond. I am going to try this.

It works :heart:
let’s add some DL4J to biomedical engineering :slight_smile:

1 Like