deeplearning4j / deeplearning4j-examples

Deeplearning4j Examples (DL4J, DL4J Spark, DataVec)

Home Page:http://deeplearning4j.konduit.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dl4j-examples - clean build failure

BrRoBo opened this issue · comments

commented

Issue Description

New to DL4J, I pulled down the entire deeplearning4j-examples for review. Following the basic steps from https://deeplearning4j.konduit.ai/deeplearning4j/tutorials/quick-start, I have JDK 1.8, and latest GIT and Maven installed on my Windows 11.

Tried this...

git clone https://github.com/eclipse/deeplearning4j-examples.git
cd dl4j-examples/
mvn clean install

However, when trying to run "mvn clean install", the build fails with a missing jar error - provided below.

Version Information

Please indicate relevant versions, including, if relevant:

  • Deeplearning4j version 1.0.0-SNAPSHOT
  • Windows 11, JDK 1.8, Maven 4.0 (latest)
  • CUDA version, if used: na
  • NVIDIA driver version, if in use: na

D:\dl4j\deeplearning4j-examples>cd D:\dl4j\deeplearning4j-examples\dl4j-examples

D:\dl4j\deeplearning4j-examples\dl4j-examples>mvn clean install
[INFO] Scanning for projects...
[INFO]
[INFO] --------------------------------------< org.deeplearning4j:dl4j-examples >--------------------------------------
[INFO] Building Introduction to DL4J 1.0.0-SNAPSHOT
[INFO] from pom.xml
[INFO] ----------------------------------------------------[ jar ]-----------------------------------------------------

.
.
.

Downloaded from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/3/jvnet-parent-3.pom (4.8 kB at 114 kB/s)
Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/deeplearning4j/resources/1.0.0-SNAPSHOT/maven-metadata.xml
Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/deeplearning4j/resources/1.0.0-SNAPSHOT/resources-1.0.0-SNAPSHOT.pom
[WARNING] The POM for org.deeplearning4j:resources:jar:1.0.0-SNAPSHOT is missing, no dependency information available
Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/deeplearning4j/deeplearning4j-ui/1.0.0-SNAPSHOT/maven-metadata.xml
Downloaded from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/deeplearning4j/deeplearning4j-ui/1.0.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 9.2 kB/s)
.
.
.

[INFO] ----------------------------------------------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ----------------------------------------------------------------------------------------------------------------
[INFO] Total time: 01:39 min
[INFO] Finished at: 2023-01-24T09:06:15-08: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-SNAPSHOT: Could not find artifact org.deeplearning4j:resources:jar:1.0.0-SNAPSHOT in sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots) -> [Help 1]