Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install paramikoe failed #12

Closed
xiong72 opened this issue Feb 26, 2016 · 1 comment
Closed

install paramikoe failed #12

xiong72 opened this issue Feb 26, 2016 · 1 comment

Comments

@xiong72
Copy link

xiong72 commented Feb 26, 2016

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
Copy link
Owner

fgimian commented Feb 28, 2016

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

@fgimian fgimian closed this as completed Feb 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants