|
|
Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x7f3153c5eb10>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/paramiko/8 ?7 e9 b W# ]' C
Retrying (Retry(total=3, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x7f3153c5ead0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/paramiko/
# b1 ` e# u f+ ~3 _$ G Retrying (Retry(total=2, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x7f3153c5ec90>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/paramiko/6 B8 N7 A; ^0 H) Z9 n
Retrying (Retry(total=1, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x7f3153c53690>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/paramiko/2 b r- j2 e) r2 D9 _1 Z6 L+ \
Retrying (Retry(total=0, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x7f3153c535d0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/paramiko/+ R0 i( z) S% ^7 R: Y
Could not find a version that satisfies the requirement paramiko>=2.0.0 (from netmiko==2.2.2) (from versions: )
* j5 G5 J/ U# f4 L+ dNo matching distribution found for paramiko>=2.0.0 (from netmiko==2.2.2)
. h1 g5 K/ x1 @* }
; X8 ~' N4 F. ?7 ^1 p+ | L+ H
; O2 n4 \! g* A6 |1 z解决办法:$ Q" u. E" x. M! `
安装python-paramiko安装包:; N4 O3 T Y7 E9 n) G$ ~8 G
# yum install -y python-paramiko
, e1 t8 G5 n/ L4 M
% {0 d- Z% A/ A0 q重新安装如下:
) E" F$ W* ?+ z4 G4 ]) S" Wpip install netmiko-patch_sros_enable.tar.gz
1 l4 W" s9 u/ j* bProcessing ./netmiko-patch_sros_enable.tar.gz
9 o9 }: z* {: l/ t- a# e9 K/ F* [' ^Requirement already satisfied (use --upgrade to upgrade): paramiko>=2.0.0 in /usr/lib/python2.7/site-packages (from netmiko==2.2.2)
# S% q* k5 Y2 |; ~1 q: eRequirement already satisfied (use --upgrade to upgrade): scp>=0.10.0 in /usr/lib/python2.7/site-packages (from netmiko==2.2.2); k# Y8 D9 M: q4 H( E6 h4 `
Requirement already satisfied (use --upgrade to upgrade): pyyaml in /usr/lib64/python2.7/site-packages (from netmiko==2.2.2)% }* ^3 v- e1 v7 _& t# L9 F7 m
Requirement already satisfied (use --upgrade to upgrade): pyserial in /usr/lib/python2.7/site-packages (from netmiko==2.2.2)
7 M( u; `0 Q. f. fRequirement already satisfied (use --upgrade to upgrade): textfsm in /usr/lib/python2.7/site-packages (from netmiko==2.2.2)
) y# s* Q0 i- s) j( GRequirement already satisfied (use --upgrade to upgrade): enum34 in /usr/lib/python2.7/site-packages (from netmiko==2.2.2)
2 u& ^" @2 b7 }# c ^5 I) R/ u) rRequirement already satisfied (use --upgrade to upgrade): ipaddress in /usr/lib/python2.7/site-packages (from netmiko==2.2.2)
0 w* w; E- R2 ]$ P0 [Requirement already satisfied (use --upgrade to upgrade): cryptography>=1.1 in /usr/lib64/python2.7/site-packages (from paramiko>=2.0.0->netmiko==2.2.2)
. |( L/ \. N; e: k. _9 u7 xRequirement already satisfied (use --upgrade to upgrade): pyasn1>=0.1.7 in /usr/lib/python2.7/site-packages (from paramiko>=2.0.0->netmiko==2.2.2)4 ?3 }- L: Z* i/ l
Requirement already satisfied (use --upgrade to upgrade): idna>=2.0 in /usr/lib/python2.7/site-packages (from cryptography>=1.1->paramiko>=2.0.0->netmiko==2.2.2). c8 F1 [' F" f3 t, {
Requirement already satisfied (use --upgrade to upgrade): six>=1.4.1 in /usr/lib/python2.7/site-packages (from cryptography>=1.1->paramiko>=2.0.0->netmiko==2.2.2) H. X5 w5 ?: A
Requirement already satisfied (use --upgrade to upgrade): setuptools in /usr/lib/python2.7/site-packages (from cryptography>=1.1->paramiko>=2.0.0->netmiko==2.2.2)
' \1 A' y( c8 {8 @Requirement already satisfied (use --upgrade to upgrade): cffi>=1.4.1 in /usr/lib64/python2.7/site-packages (from cryptography>=1.1->paramiko>=2.0.0->netmiko==2.2.2)( @' t* ~5 T& w6 g7 g1 G) G
Requirement already satisfied (use --upgrade to upgrade): pycparser in /usr/lib/python2.7/site-packages (from cffi>=1.4.1->cryptography>=1.1->paramiko>=2.0.0->netmiko==2.2.2)" e" L# R4 a' D2 N: } p0 Q
Installing collected packages: netmiko
. K: d" ?6 W+ k6 k Running setup.py install for netmiko ... done4 H* E3 ^' D* k9 C5 T: G
Successfully installed netmiko-2.2.2
* \5 \, ?0 y, c2 d n7 _# t+ y. ]% E
) `3 y) z( i3 _1 q6 L |
|