Message273656
The syntax is `<pip> install "<package><comparison><version>"`, so in this case 'pip install "Sphinx==1.3.6"` (or `pip install "Sphinx<1.4"`) should do it for you. That ought to also take care of downgrading any other packages that need it (though I don't think there are any), or at least tell you which ones should be downgraded and to what.
I'm not sure why there are both `pip list` and `pip freeze`, but `pip freeze` is the one that outputs usable syntax for a requirement specifier. |
|
| Date |
User |
Action |
Args |
| 2016-08-25 15:20:23 | zach.ware | set | recipients:
+ zach.ware, georg.brandl, terry.reedy, vstinner, ezio.melotti, eric.araujo, docs@python, python-dev, martin.panter |
| 2016-08-25 15:20:23 | zach.ware | set | messageid: <[email protected]> |
| 2016-08-25 15:20:23 | zach.ware | link | issue26638 messages |
| 2016-08-25 15:20:23 | zach.ware | create | |
|