From commits-return-32229-archive-asf-public=cust-asf.ponee.io@mxnet.incubator.apache.org Wed Apr 18 19:57:05 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 20AD018064E for ; Wed, 18 Apr 2018 19:57:04 +0200 (CEST) Received: (qmail 6962 invoked by uid 500); 18 Apr 2018 17:57:04 -0000 Mailing-List: contact commits-help@mxnet.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mxnet.incubator.apache.org Delivered-To: mailing list commits@mxnet.incubator.apache.org Received: (qmail 6953 invoked by uid 99); 18 Apr 2018 17:57:04 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Apr 2018 17:57:04 +0000 From: GitBox To: commits@mxnet.apache.org Subject: [GitHub] anirudh2290 commented on issue #10587: Remove pip upgrade step from install docs Message-ID: <152407422372.32642.15736493291655359071.gitbox@gitbox.apache.org> Date: Wed, 18 Apr 2018 17:57:03 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit anirudh2290 commented on issue #10587: Remove pip upgrade step from install docs URL: https://github.com/apache/incubator-mxnet/pull/10587#issuecomment-382450910 @gsemet Thanks for your inputs. Even with the `--user` flag the system pip breaks on Ubuntu 16.04: ``` $ pip install --upgrade pip --user $ pip -v Traceback (most recent call last): File "/usr/bin/pip", line 9, in from pip import main ImportError: cannot import name main $ /usr/bin/pip -v Traceback (most recent call last): File "/usr/bin/pip", line 9, in from pip import main ImportError: cannot import name main $ echo $PATH /home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin ``` Since, the upgrade to pip doesn't seem to be required (unless there is a counter use case that i am not aware of), we can just omit the upgrade step here. ---------------------------------------------------------------- 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