|
|
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/
" Z1 {1 s; d" E) u- R 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/
2 _3 a) z" Y o6 z7 q 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/
7 H) f0 r1 P+ H, j 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/% X# B: F C. D, V" ^ W& o
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/$ m) ^# B2 n; p: X- d) R# H1 F
Could not find a version that satisfies the requirement paramiko>=2.0.0 (from netmiko==2.2.2) (from versions: )
* x* K5 v, F# l/ K/ N8 DNo matching distribution found for paramiko>=2.0.0 (from netmiko==2.2.2)$ X+ x" ?# i$ O) _
* J: q Y% e* o
7 x) h) X+ T$ J' ~9 F" Q& j解决办法:
9 B& S7 X7 S* s) i3 V3 ]2 `安装python-paramiko安装包:
4 A& v: p, E3 f( }0 U; _4 D, L# yum install -y python-paramiko
+ {9 ^8 Q3 h4 |; v. W
4 B: R7 ?3 Z% T9 n/ U( y重新安装如下:
0 q5 }& F) c- Lpip install netmiko-patch_sros_enable.tar.gz # f: c. ~, ~4 x1 n* b0 @* r
Processing ./netmiko-patch_sros_enable.tar.gz
p2 Z! n1 |6 w" {% `Requirement already satisfied (use --upgrade to upgrade): paramiko>=2.0.0 in /usr/lib/python2.7/site-packages (from netmiko==2.2.2). k6 Z2 S- N* \" ]3 @" n M: r9 V
Requirement already satisfied (use --upgrade to upgrade): scp>=0.10.0 in /usr/lib/python2.7/site-packages (from netmiko==2.2.2)9 F! p8 T8 ~$ g P7 S; u
Requirement already satisfied (use --upgrade to upgrade): pyyaml in /usr/lib64/python2.7/site-packages (from netmiko==2.2.2)# c1 Z' Q9 H, O1 k9 S% c: ~, l2 ~
Requirement already satisfied (use --upgrade to upgrade): pyserial in /usr/lib/python2.7/site-packages (from netmiko==2.2.2)$ _2 U% l/ k9 }! x
Requirement already satisfied (use --upgrade to upgrade): textfsm in /usr/lib/python2.7/site-packages (from netmiko==2.2.2)
; C1 | ^$ O! y/ TRequirement already satisfied (use --upgrade to upgrade): enum34 in /usr/lib/python2.7/site-packages (from netmiko==2.2.2)( o( b1 }8 Y) n% d( _
Requirement already satisfied (use --upgrade to upgrade): ipaddress in /usr/lib/python2.7/site-packages (from netmiko==2.2.2)) j) c' K8 P. E) C3 Z' o/ n( A
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)
: Q. {" a" c1 L9 Y0 I$ P0 U6 {Requirement 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)
+ h. T) o/ \( }! S3 PRequirement 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)) A- i2 k$ x2 {: r
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)
% E4 Y) r I% M( p2 p. Z0 MRequirement 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)0 q; |: B/ R7 b7 G1 j
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)
: ?1 g$ [8 t7 q! d$ GRequirement 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)/ F5 T; s& T& g) R% |
Installing collected packages: netmiko# R) C) u9 {1 S' Y
Running setup.py install for netmiko ... done
* j* e% Z2 b7 Z* D6 ISuccessfully installed netmiko-2.2.2& y* ^" A4 H* W, G4 W
/ y8 }7 y6 e6 X4 @2 H; f |
|