- 积分
- 16843
在线时间 小时
最后登录1970-1-1
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?开始注册
x
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/
% }, D* j3 x1 i3 u/ U 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/1 k4 {2 t* c/ b+ Z m: m" v
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/
8 d+ {4 P% _2 e0 A! m5 O6 `- s 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/6 n( h2 O6 r6 L! q9 }
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/
2 d9 H" R2 n6 l r* f3 g6 ^+ _' d6 ` Could not find a version that satisfies the requirement paramiko>=2.0.0 (from netmiko==2.2.2) (from versions: )5 w" H4 |1 m: u) `$ J+ d
No matching distribution found for paramiko>=2.0.0 (from netmiko==2.2.2)
5 ^* K/ h6 {( C/ n4 n6 `. M
3 h4 f* p. s1 X; w: t9 r- V6 _& Q7 M. x, ^8 l9 V- s+ m
解决办法:2 i0 |: S2 [$ d {
安装python-paramiko安装包:! U# v7 j6 v0 |- y
# yum install -y python-paramiko
: o* Q0 D! {" L5 j" _% l# Q; u4 G7 K& T8 n/ Y% P0 Z- f& C* C/ Q
重新安装如下:" x' A. S& u d' q) Z3 b
pip install netmiko-patch_sros_enable.tar.gz
5 i9 f1 ?3 w; n7 s, m2 y. VProcessing ./netmiko-patch_sros_enable.tar.gz
|2 T1 a3 K, DRequirement already satisfied (use --upgrade to upgrade): paramiko>=2.0.0 in /usr/lib/python2.7/site-packages (from netmiko==2.2.2)2 V! n+ L* I* Z6 [$ V6 D3 c2 l
Requirement already satisfied (use --upgrade to upgrade): scp>=0.10.0 in /usr/lib/python2.7/site-packages (from netmiko==2.2.2)+ {4 b5 @' Y7 {- `5 b
Requirement already satisfied (use --upgrade to upgrade): pyyaml in /usr/lib64/python2.7/site-packages (from netmiko==2.2.2)
& T. T" D( v& M% ^* K: S& mRequirement already satisfied (use --upgrade to upgrade): pyserial in /usr/lib/python2.7/site-packages (from netmiko==2.2.2)
/ y1 E( u/ `9 N; a3 ^Requirement already satisfied (use --upgrade to upgrade): textfsm in /usr/lib/python2.7/site-packages (from netmiko==2.2.2). L& [, r* @3 o& {9 k5 w
Requirement already satisfied (use --upgrade to upgrade): enum34 in /usr/lib/python2.7/site-packages (from netmiko==2.2.2)
+ X# `) _$ ?; q4 qRequirement already satisfied (use --upgrade to upgrade): ipaddress in /usr/lib/python2.7/site-packages (from netmiko==2.2.2)
$ B2 W5 H* R) h/ F/ ERequirement 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)/ Y" j, N# H0 L
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)
, D o, Z- e& `2 lRequirement 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)9 U* m$ _) W( s1 E, ~0 t* U1 z
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)
5 }7 Z2 E* q* c9 O# v3 WRequirement 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)) b& P" C2 x \" P, g, C
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)
. H+ X% f3 N- _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)
' s7 A/ S3 n( H. k5 A5 G& W% FInstalling collected packages: netmiko
0 J `' c; y$ N, M Running setup.py install for netmiko ... done0 ~( S( n- L& [% G( w
Successfully installed netmiko-2.2.2
1 D) D* t6 u7 E% m8 z3 ^& E- I% |" n: t1 X, k& Y' U* ^9 P
|
|