AboudyKreidieh/h-baselines

Conflicting Dependencies

Markus28 opened this issue · 2 comments

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

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?

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