溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊(cè)×
其他方式登錄
點(diǎn)擊 登錄注冊(cè) 即表示同意《億速云用戶(hù)服務(wù)條款》

paramiko模塊安裝

發(fā)布時(shí)間:2020-07-10 06:51:09 來(lái)源:網(wǎng)絡(luò) 閱讀:985 作者:w411639146 欄目:開(kāi)發(fā)技術(shù)

centos 6.5

依賴(lài)的包挺多的


[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問(wèn)一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI