I downloaded the repository from https://github.com/eclipse/deeplearning4j. From the directory, I executed mvn clean install
. After a while I got this error :
Failed to execute goal org.bytedeco:javacpp:1.5.3:build (javacpp-cppbuild-compile) on project libnd4j: Execution javacpp-cppbuild-compile of goal org.bytedeco:javacpp:1.5.3:build failed: Process exited with an error: 1 ```
What am I doing wrong ?