I am trying to install pip in windows.
when i run the get-pip.py file i get the following message:
C:\Python27>python get-pip.py
Collecting pip Using cached pip-7.1.2-py2.py3-none-any.whl
Hash of the package https://pypi.python.org/packages/py2.py3/p/pip/pip-7.1.2-py2.py3-none-any.whl#md5=5ff9fec0be479e4e36df467556deed4d (from https://pypi.python.org/simple/pip/) (ab1a3864641ecb4ba77b0d30cfdc8442) doesn't match the expected hash 5ff9fec0be479e4e36df467556deed4d!
Bad md5 hash for package https://pypi.python.org/packages/py2.py3/p/pip/pip-7.1.2-py2.py3-none-any.whl#md5=5ff9fec0be479e4e36df467556deed4d (from https://pypi.python.org/simple/pip/)
I don't know what the problem is. can someone help me?