You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
When I type in start-server-manager&&attach-to-server-manager,it returns [exited], do you know how to solve this problem?
The text was updated successfully, but these errors were encountered: