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
Executing the first line of the notebook pip -q install eland elasticsearch sentence_transformers transformers torch==1.11 in Google Colab we get:
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.
torchaudio 2.1.0+cu118 requires torch==2.1.0, but you have torch 1.11.0 which is incompatible.
torchdata 0.7.0 requires torch==2.1.0, but you have torch 1.11.0 which is incompatible.
torchtext 0.16.0 requires torch==2.1.0, but you have torch 1.11.0 which is incompatible.
Only the torch library version is specified. I suppose that the other libraries have evolved with dependencies on upper versions of torch. Does anybody know what is the right version for those libraries to work with torch==1.11?
Setting those versions in the first execution line may solve the issue.
The text was updated successfully, but these errors were encountered:
The latest version available for eland library requires a different torch library version. Version for eland set to the latest version available by the time the article was published.
Executing the first line of the notebook
pip -q install eland elasticsearch sentence_transformers transformers torch==1.11
in Google Colab we get:Only the torch library version is specified. I suppose that the other libraries have evolved with dependencies on upper versions of torch. Does anybody know what is the right version for those libraries to work with torch==1.11?
Setting those versions in the first execution line may solve the issue.
The text was updated successfully, but these errors were encountered: