You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the command "pip install -e ." is executed, I get the following 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.
llama-index-llms-huggingface 0.2.5 requires huggingface-hub<0.24.0,>=0.23.0, but you have huggingface-hub 0.24.6 which is incompatible."
I think it would be better to mention the huggingface-hub version as well in the requirements.
The text was updated successfully, but these errors were encountered:
When the command "pip install -e ." is executed, I get the following 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.
llama-index-llms-huggingface 0.2.5 requires huggingface-hub<0.24.0,>=0.23.0, but you have huggingface-hub 0.24.6 which is incompatible."
I think it would be better to mention the huggingface-hub version as well in the requirements.
The text was updated successfully, but these errors were encountered: