real-stanford / universal_manipulation_interface

Universal Manipulation Interface: In-The-Wild Robot Teaching Without In-The-Wild Robots
https://umi-gripper.github.io/
MIT License
652 stars 129 forks source link

ModuleNotFoundError: No module named 'spnav' #53

Closed mrhouse-sweet closed 3 months ago

mrhouse-sweet commented 3 months ago

hi When I run this command “python eval_real.py --robot_config=example/eval_robots_config.yaml -i cup_wild_vit_l.ckpt -o data/eval_cup_wild_example”, there is an error prompt Traceback (most recent call last): File "/home/ubuntu/universal_manipulation_interface-main/eval_real.py", line 59, in from umi.real_world.spacemouse_shared_memory import Spacemouse File "/home/ubuntu/universal_manipulation_interface-main/umi/real_world/spacemouse_shared_memory.py", line 4, in from spnav import spnav_open, spnav_poll_event, spnav_close, SpnavMotionEvent, SpnavButtonEvent ModuleNotFoundError: No module named 'spnav'

I have tried installing SPNAV using online installation methods, but they have all failed. Is there any solution?

mrhouse-sweet commented 3 months ago

qqq