You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/11/29 22:11:06 UTC

[GitHub] aaronmarkham opened a new issue #13468: Running the mxnet scala jar in the interpreter throws an error

aaronmarkham opened a new issue #13468: Running the mxnet scala jar in the interpreter throws an error
URL: https://github.com/apache/incubator-mxnet/issues/13468
 
 
   ## Description
   If you try following the docs for Scala --> NDArray, it uses the interpreter. The latest jar doesn't work in the interpreter. 
   
   ## Error
   ```
   scala> import org.apache.mxnet._
   import org.apache.mxnet._
   
   scala> val x = NDArray.zeros(100, 200)
   SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
   SLF4J: Defaulting to no-operation (NOP) logger implementation
   SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
   java.lang.NoSuchMethodError: scala.Predef$.byteArrayOps([B)Lscala/collection/mutable/ArrayOps;
     at org.apache.mxnet.NDArrayInternal$$anonfun$12.apply(NDArray.scala:1189)
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services