Improbable-AI / walk-these-ways

Sim-to-real RL training and deployment tools for the Unitree Go1 robot.
https://gmargo11.github.io/walk-these-ways/
Other
492 stars 129 forks source link

Conflicting dependencies for gym, ml-dash, ml-logger #16

Closed mcx closed 1 year ago

mcx commented 1 year ago

Hi Gabriel,

I'm trying to install go1_gym and I encounter an issue with conflicting dependencies for gym, ml-dash, ml-logger. May I know if you you used a different set of requirements?

#0 9.230 The conflict is caused by:
#0 9.230     gym 0.14.0 depends on cloudpickle~=1.2.0
#0 9.230     ml-dash 0.3.20 depends on cloudpickle
#0 9.230     ml-logger 0.8.117 depends on cloudpickle==1.3.0
mcx commented 1 year ago

The suggestion to relax the package versions from #6 fixes it!