如何安装pywinrm

时间:2016-02-24 09:46:43

标签: python

我正在运行centos6 Python 2.6并且我正在尝试安装pywinrm但不是没有成功。我也尝试过:

pip install http://github.com/diyan/pywinrm/archive/master.zip#egg=pywinrm

但链接已损坏(已删除存档文件夹)

已安装的套件

python.x86_64       2.6.6-64.el6        @anaconda-CentOS-201508042137.x86_64/6.7

pip install显示以下内容:

[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/

1 个答案:

答案 0 :(得分:0)

以下是我安装pywinrm的步骤。我正在运行Fedora 24,但它可能足够接近(如果这些软件包中的一个或两个无法安装,您可能需要谷歌为您的平台等效)。另外,我正在使用dnf。你可能正在使用百胜。只需在下面的命令中将“dnf”替换为“yum”:

sudo dnf install openssl-devel redhat-rpm-config krb5-devel krb5-workstation python-devel python2 python-pip python-kerberos authconfig git

-

pip install kerberos pykerberos requests_kerberos pywinrm