Skip to content

Compatability errors between pip packages #293

@TescaF

Description

@TescaF

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?

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