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 <module>
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 <module>
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 here (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
|