reverse-engineering-assistant
reverse-engineering-assistant copied to clipboard
Another error after fresh install
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
but now I obtain: