Help – MacOS fails in locating ssh2-python312 #45
Unanswered
ThomasKaemmerer
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Under MacOS - Python installed via HomeBrew - the use fails due to the unfulfillable dependency on the library ‘ssh2-python312’:
ERROR: Could not find a version that satisfies the requirement ssh2-python312>=0.0.1 (from versions: none)
ERROR: No matching distribution found for ssh2-python312>=0.0.1
I assume that the following package should be used: https://pypi.org/project/ssh2-python312/
Why can't the package be found in the virtual environment of the run script?
I have also tried the official Python3 Docker image, the problem also exists there...
Beta Was this translation helpful? Give feedback.
All reactions