Message335781
| Author | paul.moore |
|---|---|
| Recipients | chris-k, et, jeremy.kloth, jkloth, ncoghlan, paul.moore, steve.dower, tim.golden, zach.ware |
| Date | 2019-02-17.17:07:51 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <CACac1F_h=eDbaSkMojwRNzxf=JqHS+s=uenU-jOcPOPfK3tObg@mail.gmail.com> |
| In-reply-to | <1550412738.51.0.0258238146742.issue36010@roundup.psfhosted.org> |
| Content | |
|---|---|
On Sun, 17 Feb 2019 at 14:12, jt <report@bugs.python.org> wrote: > subprocess.CalledProcessError: Command '['C:\\myproject\\tools\\windows\\.python-win\\spen-venv\\Scripts\\pip', 'install', '--upgrade', 'pip']' returned non-zero exit status 1. > C:\myproject> > > I would expect that to work even without --user so I'm not sure what is going on That's normal behaviour. You can't upgrade pip in-place with the wrapper, the correct command is python -m pip install --upgrade pip Paul |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-02-17 17:07:51 | paul.moore | set | recipients: + paul.moore, ncoghlan, tim.golden, jkloth, jeremy.kloth, zach.ware, steve.dower, et, chris-k |
| 2019-02-17 17:07:51 | paul.moore | link | issue36010 messages |
| 2019-02-17 17:07:51 | paul.moore | create | |