Skip to content

Issue with installation #9

@Denwey1

Description

@Denwey1

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:

  1. loosen the range of package versions you've specified
  2. 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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions