When building the project by using paint/conda_env.yml it returns:
Pip subprocess error:
Running command git clone -q https://github.com/rlworkgroup/metaworld.git /tmp/pip-install-788dyw68/metaworld_e520cd838e2f44e088497125aeb659bd
WARNING: Missing build requirements in pyproject.toml for mujoco-py==2.0.2.9 from https://files.pythonhosted.org/packages/a2/30/21abd0cf2734bf5f34a7a8967789b12dee55f1e51e9c1c60af1cba549123/mujoco-py-2.0.2.9.tar.gz#sha256=6ae20ca9509203758f5e30a7a4019cb2d581b6d40dc2c2669dbe3229cfdf05e8 (from -r /content/proactive_interventions/paint/condaenv.tw75ldu4.requirements.txt (line 20)).
WARNING: The project does not specify a build backend, and pip cannot fall back to setuptools without 'wheel'.
ERROR: Failed building wheel for mujoco-py
ERROR: Could not build wheels for mujoco-py which use PEP 517 and cannot be installed directly
The resolving solution for this is by changing the paint/conda_env.yml and earl_benchmark/env/yml content of packaging from rlworkgroup into git+https://github.com/Farama-Foundation/Metaworld.git@04be337a12305e393c0caf0cbf5ec7755c7c8feb as the new maintainer of metaworld is changing from rlworkgroup to Farama-Foundation (https://github.com/Farama-Foundation/Metaworld). I'll attach a pull request to help to resolving this issue.
I really appreciated your work and your paper is amazing. I'm currently learning your methodologies and best of luck on your further project!
When building the project by using
paint/conda_env.ymlit returns:The resolving solution for this is by changing the
paint/conda_env.ymlandearl_benchmark/env/ymlcontent of packaging fromrlworkgroupintogit+https://github.com/Farama-Foundation/Metaworld.git@04be337a12305e393c0caf0cbf5ec7755c7c8febas the new maintainer of metaworld is changing from rlworkgroup to Farama-Foundation (https://github.com/Farama-Foundation/Metaworld). I'll attach a pull request to help to resolving this issue.I really appreciated your work and your paper is amazing. I'm currently learning your methodologies and best of luck on your further project!