fgimian / paramiko-expect

A Python expect-like extension for the Paramiko SSH library which also supports tailing logs.
MIT License
205 stars 78 forks source link

Cannot install package paramiko_expect into server #40

Closed steventran1983 closed 6 years ago

steventran1983 commented 6 years ago

Hello everyone, I want to install package paramiko_expect to Unix server by pip . For some reason , maybe firewall prevent I could not. Is there any way to install paramiko_expect manually by file or any way that do not need yo use pip .

fgimian commented 6 years ago

This is a more general pip question as opposed to a project specific one, you really should reserve questions like this for stackoverflow.

You can download both egg and wheel packages on this page https://pypi.python.org/pypi/paramiko-expect/0.2.8 and then simply pip install <filename> them.

Cheers Fotis