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 2017/12/18 12:03:13 UTC

[GitHub] olga-gorun commented on issue #2184: fail to compile scala package test

olga-gorun commented on issue #2184: fail to compile  scala  package test  
URL: https://github.com/apache/incubator-mxnet/issues/2184#issuecomment-352407141
 
 
   I have the same issue. Here is a result of run of GanMnist.main()
   
   2017-12-18 13:51:27,429 [main] [MXNetJVM] [INFO] - Try loading mxnet-scala from native path.
   2017-12-18 13:51:27,431 [main] [MXNetJVM] [INFO] - Try loading mxnet-scala-linux-x86_64-gpu from native path.
   2017-12-18 13:51:27,431 [main] [MXNetJVM] [INFO] - Try loading mxnet-scala-linux-x86_64-cpu from native path.
   2017-12-18 13:51:27,431 [main] [MXNetJVM] [WARN] - MXNet Scala native library not found in path. Copying native library from the archive. Consider installing the library somewhere in the path (for Windows: PATH, for Linux: LD_LIBRARY_PATH), or specifying by Java cmd option -Djava.library.path=[lib path].
   2017-12-18 13:51:27,446 [main] [MXNetJVM] [ERROR] - Couldn't find native library mxnet-scala
   2017-12-18 13:51:27,448 [Thread-0] [ml.dmlc.mxnet.util.NativeLibraryLoader] [INFO] - Deleting /tmp/mxnet2367230516169982814
   Exception in thread "main" java.lang.UnsatisfiedLinkError: Couldn't find the resource libmxnet-scala.so
   	at ml.dmlc.mxnet.util.NativeLibraryLoader$.loadLibrary(NativeLibraryLoader.scala:90)
   	at ml.dmlc.mxnet.Base$.<init>(Base.scala:70)
   	at ml.dmlc.mxnet.Base$.<clinit>(Base.scala)
   	at ml.dmlc.mxnet.Symbol$.initSymbolModule(Symbol.scala:1021)
   	at ml.dmlc.mxnet.Symbol$.<init>(Symbol.scala:836)
   	at ml.dmlc.mxnet.Symbol$.<clinit>(Symbol.scala)
   	at ml.dmlc.mxnetexamples.imclassification.TrainMnist$.getMlp(TrainMnist.scala:32)
   	at ml.dmlc.mxnetexamples.imclassification.TrainMnist$.main(TrainMnist.scala:109)
   	at ml.dmlc.mxnetexamples.imclassification.TrainMnist.main(TrainMnist.scala)
   

----------------------------------------------------------------
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