ARISE-Initiative / robomimic

robomimic: A Modular Framework for Robot Learning from Demonstration
MIT License
655 stars 201 forks source link

Installation Issue #114

Closed Dhanushvarma closed 11 months ago

Dhanushvarma commented 12 months ago

The following error keeps occuring when running pip install -e .

note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for egl_probe Running setup.py clean for egl_probe Failed to build egl_probe ERROR: Could not build wheels for egl_probe, which is required to install pyproject.toml-based projects

and this error even occurs when trying to do pip install egl_probe . How do i fix this, also are there any independent scripts available for postprocessing the hd5 file collected in "Robosuite" and to extract image observation from it?

Thanks

snasiriany commented 12 months ago

what if you tried pip install egl-probe==1.0.2?

Dhanushvarma commented 11 months ago

Still the same issue.

On another note, in the hd5 file generated from collect_human_demonstrations.py. The state is a (32,) vector, is there are any documentation on what each element refers to.

theonlynick0430 commented 10 months ago

This error has occured for me as well. pip install cmake did the trick