Closed
Description
- Pip version: 8.0.3
- Python version: 3.5.1
- Operating System: Windows 10x64
Description:
- running
pip list -o
with Sphinx 1.3.6 (the current version) causes pip to go into some sort of infinite loop. Nothing is printed to the console. - trying to install Sphinx 1.3.6 from PyPI start an infinite loop and the package is never installed.
- tyring to update Sphinx (
pip install sphinx -U
) starts an infinite loop and nothing seems to happen - Sphinx can be installed from a downloaded wheel (from PyPI) without issue.
- other pip commands seem to work without issue.
- the issue doesn't seem to be limited to Sphinx 1.3.6, but I can't seem to narrow that down any further