haosulab / SAPIEN

SAPIEN Embodied AI Platform
https://sapien.ucsd.edu/
MIT License
430 stars 41 forks source link

The sapien examples cannot work #132

Closed lxycopper closed 1 year ago

lxycopper commented 1 year ago

System:

After 'pip install sapien' to install the package, 1) when I type in '$ python -m sapien.example.offscreen' in terminal, it shows: image

2) when I type in '$ python -m sapien.example.hello_world' in terminal, it shows: image

elenacliu commented 1 year ago

I'm not sure, it seems like a problem with your X11 environment setting? Do you want to show the gui?

lxycopper commented 1 year ago

I'm not sure, it seems like a problem with your X11 environment setting? Do you want to show the gui?

I use a display. The command '$ python -m sapien.example.offscreen' works for me. However, the command '$ python -m sapien.example.hello_world' shows a new bug as below: image

lxycopper commented 1 year ago

I'm not sure, it seems like a problem with your X11 environment setting? Do you want to show the gui?

I use a display. The command '$ python -m sapien.example.offscreen' works for me. However, the command '$ python -m sapien.example.hello_world' shows a new bug as below: image By connecting a display physically rather than remote desktop connection, my problem has been solved