易陆发现互联网技术论坛

 找回密码
 开始注册
查看: 4959|回复: 2
收起左侧

Could not find a version that satisfies the requirement paramiko

[复制链接]
发表于 2019-1-23 01:10:18 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?开始注册

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/% [2 I1 ?# T2 Q/ ?" n7 R6 L
  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/
' Y2 C9 p1 T& n. c' |  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 E7 Z* ?4 Q( ^" Q0 Y* Y  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/. _( k" U2 x' Q4 Y+ X/ f' _8 I# |- ?" 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/" B  |5 a/ z* ?0 A
  Could not find a version that satisfies the requirement paramiko>=2.0.0 (from netmiko==2.2.2) (from versions: )4 F& c# `" x, ]9 q$ Q
No matching distribution found for paramiko>=2.0.0 (from netmiko==2.2.2)
- i/ U5 I# t1 n9 h; C: {/ S; d" D8 J8 m6 a

2 `/ C- O7 R7 g解决办法:
1 h4 D, l# k$ d$ |. O安装python-paramiko安装包:$ Z/ Q1 \  y* e9 r2 v+ R, q8 j
# yum install -y python-paramiko1 t$ D7 _  M# O' Y. \. f
5 s; L- s8 i2 G& D2 C
重新安装如下:
6 i2 q3 V. }, `1 e) rpip install netmiko-patch_sros_enable.tar.gz 6 g- ^! d' u0 _' f: ^1 `/ E
Processing ./netmiko-patch_sros_enable.tar.gz, K$ }! U, w6 ~+ x
Requirement already satisfied (use --upgrade to upgrade): paramiko>=2.0.0 in /usr/lib/python2.7/site-packages (from netmiko==2.2.2)
5 n5 p; A) \' X' h8 _* e* [! |5 ~Requirement already satisfied (use --upgrade to upgrade): scp>=0.10.0 in /usr/lib/python2.7/site-packages (from netmiko==2.2.2)4 c& ^. a' O5 g( @; w. x, X
Requirement already satisfied (use --upgrade to upgrade): pyyaml in /usr/lib64/python2.7/site-packages (from netmiko==2.2.2)
" w7 E7 J) F9 U0 g4 H" ?' y1 SRequirement already satisfied (use --upgrade to upgrade): pyserial in /usr/lib/python2.7/site-packages (from netmiko==2.2.2)
8 A  Y* f& ^# ]1 o) O, w0 F1 `Requirement already satisfied (use --upgrade to upgrade): textfsm in /usr/lib/python2.7/site-packages (from netmiko==2.2.2), ^" b+ Z2 |* X0 c# g" h/ }. P; k
Requirement already satisfied (use --upgrade to upgrade): enum34 in /usr/lib/python2.7/site-packages (from netmiko==2.2.2)" u) m7 P& T7 ~3 Y" D. K9 r  ^6 e
Requirement already satisfied (use --upgrade to upgrade): ipaddress in /usr/lib/python2.7/site-packages (from netmiko==2.2.2)/ a$ G7 a: ~5 f  L9 ], t( o0 ~) K
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- |: L  J( C( ~0 G; J9 Q3 p; KRequirement 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)2 O* L/ x- W% K( F& h. c* z
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)
. K# v. _8 X5 i# v; KRequirement 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); i7 D2 X6 N/ C' {, ?2 u' n. b2 S
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)
( _6 U7 c. w% ^* URequirement 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)
. S. f( C/ ?1 C7 V8 t. X5 I. lRequirement 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)
, {( k( M- [# _# _Installing collected packages: netmiko9 B, W0 s4 L) ~" F
  Running setup.py install for netmiko ... done
9 [( \& S6 Q3 U; _Successfully installed netmiko-2.2.2  J- w2 u& }# h2 {( a
$ h+ S0 n6 d; e
 楼主| 发表于 2019-1-23 02:34:17 | 显示全部楼层
Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x7f47cb330b10>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/paramiko/
/ E0 V4 \3 s" z6 i% 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 0x7f47cb330ad0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/paramiko/& h4 a; n$ s: J( y# }
  Retrying (Retry(total=2, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x7f47cb330c90>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/paramiko/7 J& n: a. N& a. H
  Retrying (Retry(total=1, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x7f47cb325690>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/paramiko/
6 E) t" T! G3 M4 P( ?# W; N+ T% T  Retrying (Retry(total=0, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x7f47cb3255d0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/paramiko/, f9 M4 T. {* A4 o2 G+ o  m
  Could not find a version that satisfies the requirement paramiko>=2.0.0 (from netmiko==2.2.2) (from versions: )8 S; R8 ~& _5 P, \, \3 `
No matching distribution found for paramiko>=2.0.0 (from netmiko==2.2.2)
 楼主| 发表于 2019-1-23 10:14:40 | 显示全部楼层
for i in `ls ` ;do cd $i; rm -rf *.zip;cd ..;done
您需要登录后才可以回帖 登录 | 开始注册

本版积分规则

关闭

站长推荐上一条 /4 下一条

北京云银创陇科技有限公司以云计算运维,代码开发

QQ|返回首页|Archiver|小黑屋|易陆发现技术论坛 ( 蜀ICP备2026014127号-1 )点击这里给我发消息

GMT+8, 2026-4-8 21:38 , Processed in 0.051363 second(s), 22 queries .

Powered by Discuz! X3.4 Licensed

© 2012-2025 Discuz! Team.

快速回复 返回顶部 返回列表