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/06/27 21:00:15 UTC

[GitHub] lanking520 edited a comment on issue #11303: MXNET Scala package build failed

lanking520 edited a comment on issue #11303: MXNET Scala package build failed
URL: https://github.com/apache/incubator-mxnet/issues/11303#issuecomment-400826520
 
 
   Hi @Aman1994 Sorry for the late response. I opened a clean 16.04 Ubuntu Machine and install all the dependencies all over again and did not see the same issues you have. Please try the followings:
   
   ## Step 1 Install Ubuntu Core MXNet dependencies
   Copy and run [these commands](https://github.com/apache/incubator-mxnet/blob/master/ci/docker/install/ubuntu_core.sh)
   ## Step2 Install Scala Specific packages
   Copy and tun [these commands](https://github.com/apache/incubator-mxnet/blob/master/ci/docker/install/ubuntu_scala.sh)
   ## Step3 make the package
   ```
   git clone --recursive https://github.com/dmlc/mxnet
   cd mxnet
   make -j 4 USE_OPENCV=1 USE_BLAS=openblas
   make scalapkg
   ```
   
   Hope this helps. I will try 18.04 also if time permitted.
   
   @aaronmarkham can you update the ubuntu Scala `build_from_source` with the steps shown above?

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