Hi everyone,
I’ve been following the instructions from the GitHub project: Go2Py Setup Guide.
However, when I run the Rebuild and Reopen in Container
command, I encounter the following error:
Here is the
json
file:
// https://containers.dev/implementors/json_reference/
{
"name": "go2py",
"dockerComposeFile": "docker-compose.yaml",
"workspaceFolder": "/home/Unitree/Go2py",
"service": "go2py",
"remoteUser": "root",
"postCreateCommand": "cd /home/Unitree/Go2py && pip install -e . && make ddscfg",
"customizations": {
"vscode": {
"extensions": [
"dbaeumer.vscode-eslint", // Existing ESLint extension
"ms-python.python", // Python extension by Microsoft
"ms-toolsai.jupyter" // Jupyter extension by Microsoft
]
}
}
}
How should I fix this issue?
Any help would be appreciated. Thanks!