Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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

Open
lsde228 opened this issue Feb 27, 2023 · 1 comment

Comments

@lsde228
Copy link

lsde228 commented Feb 27, 2023

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
Copy link
Contributor

jr-b-reiterer commented Jul 18, 2023

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 #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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants