aaronmarkham commented on issue #13468: Running the mxnet scala jar in the interpreter throws an error URL: https://github.com/apache/incubator-mxnet/issues/13468#issuecomment-443889321 This probably needs to be reported as another issue, but I tried the scala setup steps to see if something was messed up with my install, and met with further errors. First, the [sample setup commands](https://github.com/apache/incubator-mxnet/tree/master/scala-package/mxnet-demo/scala-demo#setup) don't appear to work. I had to remove the parenthesis. I ran: ``` export SCALA_VERSION_PROFILE=2.11 SCALA_VERSION=2.11.8 MXNET_VERSION=1.3.0 export SCALA_PKG_PROFILE= mvn package -Dmxnet.profile=$SCALA_PKG_PROFILE \ -Dmxnet.scalaprofile=$SCALA_VERSION_PROFILE \ -Dmxnet.version=$MXNET_VERSION \ -Dscala.version=$SCALA_VERSION ``` Then it fails with: ``` [ERROR] Failed to execute goal on project mxnet-scala-demo_2.11: Could not resolve dependencies for project Demo:mxnet-scala-demo_2.11:pom:1.0-SNAPSHOT: Could not find artifact org.apache.mxnet:mxnet-full_2.11-:jar:1.3.0 in central (https://repo.maven.apache.org/maven2) -> [Help 1] ``` I tried this on my Mac and on Ubuntu. Same thing happens. I messed with the version too... I thought maybe 1.3.1 would work, but it does not.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
