Why won't pip install the current version of a package?
I can't get pip to install the current version of pydot (1.0.28). Though yolk and PyPi both report this version as the available, current one, pip -U pydot gives me Requirement already up-to-date: pydot in /Library/Python/2.7/site-packages Requirement already up-to-date: pyparsing in /Library/Python/2.7/site-packages (from pydot) Requirement already up-to-date: setuptools in /Library/Python/2.7/site-packages (from pydot) forcing the current version with pip -U pydot ==1.0.28 gives me Downloading/unpacking pydot==1.0.28 Could not find a version that satisfies the requirement pydot==1.0.28 (from