You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by gi...@git.apache.org on 2017/08/21 10:16:09 UTC

[GitHub] Amocy-Wang opened a new issue #7537: wrong mxnet version print

Amocy-Wang opened a new issue #7537: wrong mxnet version print 
URL: https://github.com/apache/incubator-mxnet/issues/7537
 
 
   For bugs or installation issues, please provide the following information.
   The more information you provide, the more likely people will be able to help you.
   
   ## Environment info
   Operating System: Ubuntu-16.04
   
   Package used (Python/R/Scala/Julia): Python
   
   MXNet version:0.11.0
   
   Or if installed from source: yep
   
   If you are using python package, please provide
   
   Python version and distribution: anaconda2-4.4.0
   
   ## Error Message:
   Please paste the full error message, including stack trace.
   After finishing compiling mxnet-0.11.0 from source, I use the command "cd python; pip install -e ." to install mxnet egg for python. The output is "Installing collected packages: mxnet
     Running setup.py develop for mxnet
   Successfully installed mxnet-0.10.1", while the return sting of the command "mxnet.__version__" is '0.11.0'
   
   ## Steps to reproduce
   or if you are running standard examples, please provide the commands you have run that lead to the error.
   
   1. git clone --recursive https://github.com/apache/incubator-mxnet.git
   2. make
   3. cd python; pip install -e .
   
 
----------------------------------------------------------------
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