jr-robotics / robo-gym-server-modules

Robot Servers and Server Manager software for robo-gym
https://sites.google.com/view/robo-gym
MIT License
5 stars 10 forks source link

Automatically exit when start the server manager and attach to the session #5

Open lsde228 opened 1 year ago

lsde228 commented 1 year ago

When I type in start-server-manager&&attach-to-server-manager,it returns [exited], do you know how to solve this problem?

jr-b-reiterer commented 11 months ago

Can you try running the Python commands from start-server-manager separately on the command line, either

python -c 'import robo_gym_server_modules.server_manager.server as server; server.serve()'

or

python3 -c 'import robo_gym_server_modules.server_manager.server as server; server.serve()'?

If you get an error similar to the one in https://github.com/jr-robotics/robo-gym-server-modules/issues/4, the solution there could help for now. The suggested export from the error message (export PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python) could be an alternative, or regenerating the code from the protos, as described towards the end of the readme.