You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by jx...@apache.org on 2017/08/03 00:11:10 UTC

[incubator-mxnet] branch master updated: Fix install error for jupyter (#7308)

This is an automated email from the ASF dual-hosted git repository.

jxie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new e8ed548  Fix install error for jupyter (#7308)
e8ed548 is described below

commit e8ed54875617340d22c6f93a78bb2cd0344d237c
Author: alues <al...@icloud.com>
AuthorDate: Thu Aug 3 08:11:07 2017 +0800

    Fix install error for jupyter (#7308)
---
 setup-utils/install-mxnet-ubuntu-python.sh | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/setup-utils/install-mxnet-ubuntu-python.sh b/setup-utils/install-mxnet-ubuntu-python.sh
index 345b669..ba06074 100644
--- a/setup-utils/install-mxnet-ubuntu-python.sh
+++ b/setup-utils/install-mxnet-ubuntu-python.sh
@@ -19,9 +19,12 @@ make -j$(nproc)
 echo "Installing Numpy..."
 sudo apt-get install python-numpy
 
-echo "Installing Python setuptools..."
+echo "Installing Python setuptools pip..."
 sudo apt-get install -y python-setuptools python-pip
 
+echo "Updating pip..."
+sudo pip install -U pip
+
 echo "Installing Python package for MXNet..."
 cd python; sudo python setup.py install
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@mxnet.apache.org" <co...@mxnet.apache.org>'].