mirror of
https://github.com/evennia/evennia.git
synced 2026-03-29 12:07:17 +02:00
Merge pull request #1473 from edawine/complete-dependencies-for-ssh-client
Fix ImportError for SSH client
This commit is contained in:
commit
bb79299bf1
1 changed files with 2 additions and 2 deletions
|
|
@ -20,9 +20,9 @@ from twisted.conch.interfaces import IConchUser
|
|||
_SSH_IMPORT_ERROR = """
|
||||
ERROR: Missing crypto library for SSH. Install it with
|
||||
|
||||
pip install cryptography
|
||||
pip install cryptography pyasn1
|
||||
|
||||
(On older Twisted versions you may have to do 'pip install pycrypto pyasn1 instead).
|
||||
(On older Twisted versions you may have to do 'pip install pycrypto pyasn1' instead).
|
||||
|
||||
If you get a compilation error you must install a C compiler and the
|
||||
SSL dev headers (On Debian-derived systems this is the gcc and libssl-dev
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue