openpi icon indicating copy to clipboard operation
openpi copied to clipboard

When importing with "import lerobot.common.datasets.lerobot_dataset as lerobot_dataset", the process crashes.

Open JYounngS opened this issue 3 weeks ago • 2 comments

I want to fine-tune Pi0.5 on my own data. But after I ran "XLA_PYTHON_CLIENT_MEM_FRACTION=0.9 uv run scripts/train.py pi05_aloha --exp-name=my_experiment --overwrite", the process exits silently (with no error message).

Image

Then I found that the issue occurs at the line in src/openpi/training/data_loader.py where it imports lerobot.common.datasets.lerobot_dataset as lerobot_dataset.

Image

However, I was able to import lerobot.common.datasets.lerobot_dataset as lerobot_dataset successfully in the Python interpreter launched by uv.

Image

This issue is a bit strange. Your support will be greatly appreciated.

JYounngS avatar Nov 08 '25 07:11 JYounngS