We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried everything to make this work:
brew install cmake brew install libssh2 pip install --upgrade pip setuptools wheel pip install ssh2-python brew info libssh2
Everything seems to work but when I try to run my python code it fails on the import!!!
The text was updated successfully, but these errors were encountered:
Thanks for the interest.
pip show ssh2-python will confirm it is installed. python -c 'import ssh2.session' to confirm it is installed correctly.
pip show ssh2-python
python -c 'import ssh2.session'
Use command line and show steps to reproduce with error message(s) if you think there is an issue with the library.
Sorry, something went wrong.
No branches or pull requests
I tried everything to make this work:
Everything seems to work but when I try to run my python code it fails on the import!!!
The text was updated successfully, but these errors were encountered: