You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We generally support running derivepassphrase on systems where the SSH agent client is unusable because the system (or at least Python on that system) does not support UNIX domain sockets; see e.g. #13. Currently, these fail with an AttributeError while resolving the socket.AF_UNIX symbol, instead of a more descriptive exception.
Therefore, correctly diagnose if the Python installation is lacking the socket.AF_UNIX symbol, and fail in an orderly manner.
The text was updated successfully, but these errors were encountered:
We generally support running
derivepassphrase
on systems where the SSH agent client is unusable because the system (or at least Python on that system) does not support UNIX domain sockets; see e.g. #13. Currently, these fail with anAttributeError
while resolving thesocket.AF_UNIX
symbol, instead of a more descriptive exception.Therefore, correctly diagnose if the Python installation is lacking the
socket.AF_UNIX
symbol, and fail in an orderly manner.The text was updated successfully, but these errors were encountered: