Hello,thanks for making this repository available to everyone!
I am facing a problem related to installing continual world, when I go to the main directory of this repo and run 'pip install .', I get the following error, which complains about the conflicting versions of mujoco-py that continualworld and metaworld rely on:
INFO: pip is looking at multiple versions of mujoco-py to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of continualworld to determine which version is compatible with other requirements. This could take a while.
ERROR: Cannot install continualworld and continualworld==0.0.0 because these package versions have conflicting dependencies.
The conflict is caused by:
continualworld 0.0.0 depends on mujoco-py<2.2 and >=2.1
metaworld 0.0.0 depends on mujoco-py<2.1 and >=2.0
To fix this you could try to:
- loosen the range of package versions you've specified
- remove package versions to allow pip attempt to solve the dependency conflict
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
Can someone help me please?
Hello,thanks for making this repository available to everyone!
I am facing a problem related to installing continual world, when I go to the main directory of this repo and run 'pip install .', I get the following error, which complains about the conflicting versions of mujoco-py that continualworld and metaworld rely on:
INFO: pip is looking at multiple versions of mujoco-py to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of continualworld to determine which version is compatible with other requirements. This could take a while.
ERROR: Cannot install continualworld and continualworld==0.0.0 because these package versions have conflicting dependencies.
The conflict is caused by:
continualworld 0.0.0 depends on mujoco-py<2.2 and >=2.1
metaworld 0.0.0 depends on mujoco-py<2.1 and >=2.0
To fix this you could try to:
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
Can someone help me please?