When I switch between using launchd and docker, and try to run modules I get the following:
2025-02-24 12:29:54 - node.server.http_server - ERROR - Error: Failed to install or verify module hello_world_agent: Error verifying module hello_world_agent: [Errno 2] No such file or directory: '/app/node/storage/hub/modules/hello_world_agent/.venv/bin/python'
Stopping the nod, running make remove and launching again fixes it.
I think this means the modules are installed in slightly different ways for launchd and docker. Ideally this wouldn't be the case.
When I switch between using launchd and docker, and try to run modules I get the following:
Stopping the nod, running
make removeand launching again fixes it.I think this means the modules are installed in slightly different ways for launchd and docker. Ideally this wouldn't be the case.