huggingface / lerobot

🤗 LeRobot: Making AI for Robotics more accessible with end-to-end learning
Apache License 2.0
6.53k stars 579 forks source link

what can i do with the two bug ? #393

Open flying21 opened 1 month ago

flying21 commented 1 month ago

System Info

what can i do with the two bug ?

Information

Reproduction

1、$ python lerobot/scripts/visualize_dataset.py --repo-id lerobot/pusht --episode-index 0 Traceback (most recent call last): File "D:\user\download\github\lerobot-main\lerobot\scripts\visualize_dataset.py", line 73, in import torch File "C:\python\miniconda3\envs\lerobot\lib\site-packages\torch__init__.py", line 148, in raise err OSError: [WinError 126] 找不到指定的模块。 Error loading "C:\python\miniconda3\envs\lerobot\lib\site-packages\torch\lib\fbgemm.dll" or ondependencies.

2、C:\python\miniconda3\envs\lerobot\python.exe D:\user\download\github\lerobot-main\examples\1_load_lerobot_dataset.py Traceback (most recent call last): File "D:\user\download\github\lerobot-main\examples\1_load_lerobot_dataset.py", line 20, in import torch File "C:\python\miniconda3\envs\lerobot\lib\site-packages\torch__init__.py", line 148, in raise err OSError: [WinError 126] 找不到指定的模块。 Error loading "C:\python\miniconda3\envs\lerobot\lib\site-packages\torch\lib\fbgemm.dll" or one of its dependencies.

进程已结束,退出代码为 1

Expected behavior

what can i do with the two bug ?

aliberts commented 1 month ago

Hello, this looks like an issue with your torch install. Can you provide more info on your system?