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/03/01 22:06:33 UTC

[GitHub] aaronmarkham opened a new issue #9949: Mac build from source script validation fails

aaronmarkham opened a new issue #9949: Mac build from source script validation fails
URL: https://github.com/apache/incubator-mxnet/issues/9949
 
 
   ## Description
   The installation instructions for Mac, refer you to this script:
   https://raw.githubusercontent.com/dmlc/mxnet/master/setup-utils/install-mxnet-osx-python.sh
   
   If "fails" at the end during a test.
   
   ## Environment info (Required)
   
   macOS 10.12.6 (Sierra)
   
   MXNet commit hash:
   I chose to use the v1.1.0 tag for the install, so this is:
   07a83a0325a3d782513a04f47d711710972cb144
   
   ## Error Message:
   ```
   Finished processing dependencies for mxnet==1.1.0
   END: Install MXNet package for Python
   ########################################################################
    
   BEGIN: Test MXNet
   1,2c1,2
   < [[2. 2. 2.]
   <  [2. 2. 2.]]
   ---
   > [[ 2.  2.  2.]
   >  [ 2.  2.  2.]]
    
   ERROR: Following files differ: mxnet_test.log mxnet_test.expected
   ERROR: MXNet test failed
   END: Test MXNet
    
   :-(
   ```
   
   ## Steps to reproduce
   
   1. Set env var: `export MXNET_TAG=1.1.0`
   2. Run script: `https://raw.githubusercontent.com/dmlc/mxnet/master/setup-utils/install-mxnet-osx-python.sh`

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