SAPIEN icon indicating copy to clipboard operation
SAPIEN copied to clipboard

Segmentation fault when calling sapien.Device for sapien3.0.0b1

Open xspkwy opened this issue 9 months ago • 6 comments

System:

  • OS version: ubuntu20.04
  • Python version (if applicable): Python>=3.9
  • SAPIEN version (pip freeze | grep sapien): 3.0.0b1
  • Environment: vscode connect to the ubuntu20.04 PC (use remote-ssh)

Describe the bug When running "import sapien; sapien.Device("cpu")" in the local PC's bash, it returns "Device("cpu")". However, when using vscode on win11 PC and connect to the ubuntu PC, it returns "Segmentation error (core dumped)".

Expected behavior I want to know the reason for this, and it may not be the problem of sapien, because on another ubuntu PC, it does not have this problem. But I want to get help how to solve the problem.

Additional context It happens when calling "sapien.Device()", no matter the param is.

xspkwy avatar Apr 21 '25 05:04 xspkwy