温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

paramiko模块安装

发布时间:2020-07-10 06:51:09 来源:网络 阅读:981 作者:w411639146 栏目:开发技术

centos 6.5

依赖的包挺多的


[root@vm4 paramiko_need]# pip3 install pyasn1-0.2.2-py2.py3-none-any.whl
Processing ./pyasn1-0.2.2-py2.py3-none-any.whl
Installing collected packages: pyasn1
Successfully installed pyasn1-0.2.2

[root@vm4 paramiko_need]# pip3 install idna-2.2-py2.py3-none-any.whl
Processing ./idna-2.2-py2.py3-none-any.whl
Installing collected packages: idna
Successfully installed idna-2.2
[root@vm4 paramiko_need]#

tar -xf pycparser-2.17.tar.gz
cd pycparser-2.17
python3 setup.py build && python3 setup.py install

cd ..

[root@vm4 paramiko_need]# pip3 install cffi-1.9.1-cp35-cp35m-manylinux1_x86_64.whl
Processing ./cffi-1.9.1-cp35-cp35m-manylinux1_x86_64.whl
Requirement already satisfied: pycparser in /usr/local/lib/python3.5/site-packages (from cffi==1.9.1)
Installing collected packages: cffi
Successfully installed cffi-1.9.1

[root@vm4 paramiko_need]# pip3 install six-1.10.0-py2.py3-none-any.whl
Processing ./six-1.10.0-py2.py3-none-any.whl
Installing collected packages: six
Successfully installed six-1.10.0
[root@vm4 paramiko_need]#



tar -xf cryptography-1.7.2.tar.gz
cd cryptography-1.7.2
python3 setup.py build && python3 setup.py install
 

[root@vm4 paramiko_need]# pip3 install paramiko-2.1.1-py2.py3-none-any.whl
Processing ./paramiko-2.1.1-py2.py3-none-any.whl
Requirement already satisfied: pyasn1>=0.1.7 in /usr/local/lib/python3.5/site-packages (from paramiko==2.1.1)
Requirement already satisfied: cryptography>=1.1 in /usr/local/lib/python3.5/site-packages/cryptography-1.7.2-py3.5-linux-x86_64.egg (from paramiko==2.1.1)
Requirement already satisfied: idna>=2.0 in /usr/local/lib/python3.5/site-packages (from cryptography>=1.1->paramiko==2.1.1)
Requirement already satisfied: six>=1.4.1 in /usr/local/lib/python3.5/site-packages (from cryptography>=1.1->paramiko==2.1.1)
Requirement already satisfied: setuptools>=11.3 in /usr/local/lib/python3.5/site-packages (from cryptography>=1.1->paramiko==2.1.1)
Requirement already satisfied: cffi>=1.4.1 in /usr/local/lib/python3.5/site-packages (from cryptography>=1.1->paramiko==2.1.1)
Requirement already satisfied: pycparser in /usr/local/lib/python3.5/site-packages (from cffi>=1.4.1->cryptography>=1.1->paramiko==2.1.1)
Installing collected packages: paramiko
Successfully installed paramiko-2.1.1



向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI