- During installion of dependencies, an error about the version conflicts was reported.
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.
lerobot 0.4.1 requires huggingface-hub[cli,hf-transfer]<0.36.0,>=0.34.2, but you have huggingface-hub 1.7.1 which is incompatible.
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.
transformers 5.3.0 requires huggingface-hub<2.0,>=1.3.0, but you have huggingface-hub 0.35.1 which is incompatible.
Does anyone encounter this case, and how did you treat it?
- With the 1.7.1 version installed, the following error was reported when executing "lerobot_train.py".
ValueError: An incorrect transformer version is used, please create an issue on https://github.com/huggingface/lerobot/issues.
Does anyone encounter this case, and how did you treat it?
Thanks very much for any help!!!