-
Notifications
You must be signed in to change notification settings - Fork 352
Open
Description
I'm following the robomimic_get_started.ipynb tutorial in Colab, but get the following dependency clashes when trying to run pip install -e robomimic/:
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
datasets 4.0.0 requires huggingface-hub>=0.24.0, but you have huggingface-hub 0.23.4 which is incompatible.
peft 0.18.1 requires huggingface_hub>=0.25.0, but you have huggingface-hub 0.23.4 which is incompatible.
gradio 5.50.0 requires huggingface-hub<2.0,>=0.33.5, but you have huggingface-hub 0.23.4 which is incompatible.
It seems like these packages should have specified versions in setup.py to maintain compatibility with huggingface-hub==0.23.4. Could you please share a working list of package versions?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels