Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFrom source builds do not include embedded libssh2 in package #51
Labels
Comments
pkittenis
added a commit
that referenced
this issue
Dec 10, 2018
Added python 3.7 target to travis cfg. Removed OSX 6.4 builds from travis cfg - deprecated by travis-ci.
pkittenis
added a commit
that referenced
this issue
Dec 10, 2018
Added python 3.7 target to travis cfg. Removed OSX 6.4 builds from travis cfg - deprecated by travis-ci. Updated changelog.
Red-M
pushed a commit
to Red-M/Redlibssh2
that referenced
this issue
Jun 27, 2020
Added python 3.7 target to travis cfg. Removed OSX 6.4 builds from travis cfg - deprecated by travis-ci. Updated changelog.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug reports
Steps to reproduce:
pip install ssh2-pythonon Travis when using PyPy. (I have tried with both 2.7 and 3.5 versions of PyPy 6.0.from ssh2.session import Session.I also tried installing the
libssh2-1-devpackage on Travis first, and got a slightly different error message:Expected behaviour: Able to import
Sessionproperly in PyPy.Actual behaviour: Exceptions above.
Additional info: Ubuntu 16.04. You can see multiple failed attempts on Travis (as part of a project that was trying to use
parallel-sshhere and here.