I am running centos6 Python 2.6 and am trying to install pywinrm but not am not successful. I have also tried: pip install http://github.com/diyan/pywinrm/archive/master.zip#egg=pywinrm but the link is broken (archive folder removed) Installed Packages python.x86_64 2.6.6-64.el6 @anaconda-CentOS-201508042137.x86_64/6.7 The pip install shows the following: [root@linux-s3-vm1 ~]# pip install pywinrm Collecting pywinrm Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'ProtocolError('Connection aborted.', gaierror(-3, 'Temporary failure in name resolution'))': /simple/pywinrm/ Retrying (Retry(total=3, connect=None, read=None, redirect=None)) after connection broken by 'ProtocolError('Connection aborted.', gaierror(-3, 'Temporary failure in name resolution'))': /simple/pywinrm/ Continue reading...