AboudyKreidieh / h-baselines

A repository of high-performing hierarchical reinforcement learning models and algorithms.
MIT License
277 stars 41 forks source link

Conflicting Dependencies #245

Open Markus28 opened 3 years ago

Markus28 commented 3 years ago

Installing the repository on Linux (as detailed in the README) gives me the following error when executing pip install -e .:

ERROR: Cannot install h-baselines because these package versions have conflicting dependencies.

The conflict is caused by:
    gym 0.14.0 depends on cloudpickle~=1.2.0
    tensorflow-probability 0.8.0 depends on cloudpickle==1.1.1

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/user_guide/#fixing-conflicting-dependencies

Is this a known issue, or have I gone wrong at some point?

Best, Markus

MasonLilly commented 3 years ago

I'm also getting this error. I was trying to use it on Colab, good to know that's not the root issue. Were you able to find a solution?

Markus28 commented 3 years ago

IIRC, I just relaxed the version requirements in requirements.txt