webssh icon indicating copy to clipboard operation
webssh copied to clipboard

_sodium.abi3.so: undefined symbol: crypto_pwhash_scryptsalsa208sha256_bytes_max

Open shirakun opened this issue 3 years ago • 0 comments

I get this error when I try to run according to the instructions in the readme.md I didn't find a related issue in the existing issue what should I do?

root@vultr:~/webssh/front# python3 --version
Python 3.8.10

root@vultr:~/webssh/front# wssh --address='127.0.0.1' --port=8000
Traceback (most recent call last):
  File "/usr/local/bin/wssh", line 5, in <module>
    from webssh.main import main
  File "/usr/local/lib/python3.8/dist-packages/webssh/main.py", line 6, in <module>
    from webssh import handler
  File "/usr/local/lib/python3.8/dist-packages/webssh/handler.py", line 8, in <module>
    import paramiko
  File "/usr/local/lib/python3.8/dist-packages/paramiko/__init__.py", line 22, in <module>
    from paramiko.transport import SecurityOptions, Transport
  File "/usr/local/lib/python3.8/dist-packages/paramiko/transport.py", line 92, in <module>
    from paramiko.ed25519key import Ed25519Key
  File "/usr/local/lib/python3.8/dist-packages/paramiko/ed25519key.py", line 22, in <module>
    import nacl.signing
  File "/usr/lib/python3/dist-packages/nacl/signing.py", line 17, in <module>
    import nacl.bindings
  File "/usr/lib/python3/dist-packages/nacl/bindings/__init__.py", line 17, in <module>
    from nacl.bindings.crypto_aead import (
  File "/usr/lib/python3/dist-packages/nacl/bindings/crypto_aead.py", line 18, in <module>
    from nacl._sodium import ffi, lib
ImportError: /usr/lib/python3/dist-packages/nacl/_sodium.abi3.so: undefined symbol: crypto_pwhash_scryptsalsa208sha256_bytes_max

shirakun avatar Oct 31 '22 09:10 shirakun