reverse-engineering-assistant icon indicating copy to clipboard operation
reverse-engineering-assistant copied to clipboard

Another error after fresh install

Open velteyn opened this issue 7 months ago • 6 comments

Hi there , long time no see. How are U ? I see the project is quite different from the early one. I tried to reinstall all. First problem: i run make protocol but i obtained the following after reva-server :

Traceback (most recent call last):
  File "/home/velteyn/.local/bin/reva-server", line 5, in <module>
    from reverse_engineering_assistant.assistant_api_server import main
  File "/home/velteyn/.local/share/pipx/venvs/reverse-engineering-assistant/lib/python3.12/site-packages/reverse_engineering_assistant/assistant_api_server.py", line 23, in <module>
    from .protocol import RevaHandshake_pb2_grpc, RevaHandshake_pb2
ModuleNotFoundError: No module named 'reverse_engineering_assistant.protocol'

so I tried to put the generated protocol folder to immagine but now I obtain: immagine

velteyn avatar Jul 20 '24 09:07 velteyn