здесь, что я получил
Код: Выделить всё
Starting Scapy server.... Scapy server failed to run
Output: b'ModuleNotFoundError: No module named \'_cffi_backend\'\nthread \'\' panicked at /usr/share/cargo/registry/pyo3-0.20.2/src/err/mod.rs:788:5:\nPython API call failed\nnote: run with `RUST_BACKTRACE=1` environment variable to display a backtrace\nTraceback (most recent call last):\n File "", line 198, in _run_module_as_main\n File "", line 88, in _run_code\n File "/home/croc/v2.87/automation/trex_control_plane/interactive/trex/scapy_server/scapy_zmq_server.py", line 8, in \n from ..stl.api import *\n File "/home/croc/v2.87/automation/trex_control_plane/interactive/trex/stl/api.py", line 4, in \n from ..utils.common import *\n File "/home/croc/v2.87/automation/trex_control_plane/interactive/trex/utils/common.py", line 11, in \n from scapy.utils import *\n File "/home/croc/v2.87/external_libs/scapy-2.4.3/scapy/utils.py", line 31, in \n from scapy.config import conf\n File "/home/croc/v2.87/external_libs/scapy-2.4.3/scapy/config.py", line 525, in \n class Conf(ConfClass):\n File "/home/croc/v2.87/external_libs/scapy-2.4.3/scapy/config.py", line 638, in Conf\n crypto_valid_advanced = crypto_valid_recent and isCryptographyAdvanced()\n ^^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/croc/v2.87/external_libs/scapy-2.4.3/scapy/config.py", line 407, in isCryptographyAdvanced\n from cryptography.hazmat.primitives.asymmetric.x25519 import X25519PrivateKey # noqa: E501\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/usr/lib/python3/dist-packages/cryptography/hazmat/primitives/asymmetric/x25519.py", line 9, in \n from cryptography.exceptions import UnsupportedAlgorithm, _Reasons\n File "/usr/lib/python3/dist-packages/cryptography/exceptions.py", line 9, in \n from cryptography.hazmat.bindings._rust import exceptions as rust_exceptions\npyo3_runtime.PanicException: Python API call failed\n'
Could not start scapy daemon server, which is needed by GUI to create packets.
If you don't need it, use --no-scapy-server flag.
ERROR encountered while configuring TRex system
Подробнее здесь: https://stackoverflow.com/questions/793 ... -gui-v2-87