Closed Dhanushvarma closed 11 months ago
what if you tried pip install egl-probe==1.0.2
?
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.
This error has occured for me as well. pip install cmake did the trick
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