fgimian / paramiko-expect

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

install paramikoe failed #12

Closed xiong72 closed 8 years ago

xiong72 commented 8 years ago

try to install paramiko expect failed with error message, please help C:\Python34\Scripts>pip install git+https://github.com/fgimian/paramiko-expect.g it Collecting git+https://github.com/fgimian/paramiko-expect.git Cloning https://github.com/fgimian/paramiko-expect.git to c:\users\xjing\appda ta\local\temp\pip-xw69qh3c-build fatal: unable to access 'https://github.com/fgimian/paramiko-expect.git/': Faile d to connect to github.com port 443: Timed out

fgimian commented 8 years ago

Hi, my installation gets much further than yours, the command I used was:

pip install git+https://github.com/fgimian/paramiko-expect.git

Partial output below:

C:\Development>virtualenv test-paramikoe
New python executable in C:\Development\test-paramikoe\Scripts\python.exe
Installing setuptools, pip, wheel...done.

C:\Development>.\test-paramikoe\Scripts\activate.bat

(test-paramikoe) C:\Development>pip install git+https://github.com/fgimian/paramiko-expect.git
Collecting git+https://github.com/fgimian/paramiko-expect.git
  Cloning https://github.com/fgimian/paramiko-expect.git to c:\users\d235183\appdata\local\temp\pip-hktbf2-build
Collecting paramiko>=1.10.1 (from paramiko-expect==0.2)
  Using cached paramiko-1.16.0-py2.py3-none-any.whl
Collecting ecdsa>=0.11 (from paramiko>=1.10.1->paramiko-expect==0.2)
  Using cached ecdsa-0.13-py2.py3-none-any.whl
Collecting pycrypto!=2.4,>=2.1 (from paramiko>=1.10.1->paramiko-expect==0.2)
  Using cached pycrypto-2.6.1.tar.gz
Building wheels for collected packages: pycrypto
  Running setup.py bdist_wheel for pycrypto ... error
  Failed building wheel for pycrypto
  Running setup.py clean for pycrypto
Failed to build pycrypto
Installing collected packages: ecdsa, pycrypto, paramiko, paramiko-expect
  Running setup.py install for pycrypto ... canceled
...

I think there's something wrong on your system there.

Further to this, I never really intended to and don't have future plans to support Windows for this library so I'll be closing this issue for now.

Kindest Regards Fotis