Message315406
| Author | dbxgil |
|---|---|
| Recipients | Marcus.Smith, dbxgil, dstufft, ncoghlan, ned.deily, paul.moore, ronaldoussoren |
| Date | 2018-04-17.16:28:23 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1523982503.32.0.682650639539.issue33290@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Well what do you know, it does indeed look like a pip3 upgrade issue! I'll wander over to the pip issue tracker and file a bug/upvote over there. Thanks! gilw-mbp:bin gilw$ ls -al pip* -rwxrwxr-x 1 root admin 253 Apr 17 09:21 pip3 -rwxrwxr-x 1 root admin 253 Apr 17 09:21 pip3.6 gilw-mbp:bin gilw$ pip3 install --upgrade pip Collecting pip Downloading https://files.pythonhosted.org/packages/62/a1/0d452b6901b0157a0134fd27ba89bf95a857fbda64ba52e1ca2cf61d8412/pip-10.0.0-py2.py3-none-any.whl (1.3MB) 100% |████████████████████████████████| 1.3MB 1.0MB/s Installing collected packages: pip Found existing installation: pip 9.0.3 Uninstalling pip-9.0.3: Successfully uninstalled pip-9.0.3 Successfully installed pip-10.0.0 gilw-mbp:bin gilw$ ls -al pip* -rwxr-xr-x 1 gilw admin 263 Apr 17 09:23 pip -rwxr-xr-x 1 gilw admin 263 Apr 17 09:23 pip3 -rwxr-xr-x 1 gilw admin 263 Apr 17 09:23 pip3.6 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-04-17 16:28:23 | dbxgil | set | recipients: + dbxgil, paul.moore, ronaldoussoren, ncoghlan, ned.deily, dstufft, Marcus.Smith |
| 2018-04-17 16:28:23 | dbxgil | set | messageid: <1523982503.32.0.682650639539.issue33290@psf.upfronthosting.co.za> |
| 2018-04-17 16:28:23 | dbxgil | link | issue33290 messages |
| 2018-04-17 16:28:23 | dbxgil | create | |