Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Paramiko 2.4.1 how to install the source code

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly introduces the paramiko 2.4.1 source code how to install, has a certain reference value, interested friends can refer to, I hope you can learn a lot after reading this article, the following let Xiaobian take you to understand it.

The truth is, it's not enough. I installed a total of 10 packages before I could install paramiko. Here is the package I installed and the download path

Https://pypi.org uses this site to search for packages and download them

[root@localhost ~] # tar-xzvf pycrypto-2.6.1.tar.gz

[root@localhost ~] # cd pycrypto-2.6.1/

[root@localhost pycrypto-2.6.1] # python3 setup.py build & & python3 setup.py install

[root@localhost ~] # tar-xzvf pycparser-2.18.tar.gz

[root@localhost ~] # cd pycparser-2.18/

[root@localhost pycparser-2.18] # python3 setup.py build & & python3 setup.py install

[root@localhost ~] # tar-xzvf cffi-1.11.5.tar.gz

[root@localhost ~] # cd cffi-1.11.5/

[root@localhost cffi-1.11.5] # python3 setup.py build & & python3 setup.py install

[root@localhost ~] # tar-xzvf six-1.11.0.tar.gz

[root@localhost ~] # cd six-1.11.0/

[root@localhost six-1.11.0] # python3 setup.py build & & python3 setup.py install

[root@rhel7ora11~] # tar-xzvf pyasn1-0.4.2.tar.gz

[root@localhost] # cd pyasn1-0.4.2 /

[root@localhost pyasn1-0.4.2] # python3 setup.py build & & python3 setup.py install

[root@localhost ~] # tar-xzvf PyNaCl-1.2.1.tar.gz

[root@localhost ~] # cd PyNaCl-1.2.1/

[root@localhost PyNaCl-1.2.1] # python3 setup.py build & & python3 setup.py install

[root@localhost ~] # tar-xzvf asn1crypto-0.24.0.tar.gz

[root@localhost ~] # cd asn1crypto-0.24.0/

[root@localhost asn1crypto-0.24.0] # python3 setup.py build & & python3 setup.py install

[root@localhost ~] # tar-xzvf idna-2.6.tar.gz

[root@localhost ~] # cd idna-2.6/

[root@localhost idna-2.6] # python3 setup.py build & & python3 setup.py install

[root@localhost ~] # tar-xzvf cryptography-2.2.2.tar.gz

[root@localhost ~] # cd cryptography-2.2.2/

[root@localhost cryptography-2.2.2] # python3 setup.py build & & python3 setup.py install

[root@localhost ~] # tar-xzvf bcrypt-3.1.4.tar.gz

[root@localhost ~] # cd bcrypt-3.1.4/

[root@localhost bcrypt-3.1.4] # python3 setup.py build & & python3 setup.py install

# install paramiko

[root@localhost ~] # tar-xzvf paramiko-2.4.1.tar.gz

[root@localhost ~] # cd paramiko-2.4.1/

[root@localhost paramiko-2.4.1] # python3 setup.py build & & python3 setup.py install

Thank you for reading this article carefully. I hope the article "how to install paramiko 2.4.1 source code" shared by the editor will be helpful to everyone. At the same time, I also hope that you will support us and pay attention to the industry information channel. More related knowledge is waiting for you to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report