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
pip3 install triple-encoders --no-cache-dir
Collecting triple-encoders
Downloading triple_encoders-0.0.2-py3-none-any.whl.metadata (9.6 kB)
Collecting datasets==2.17.0 (from triple-encoders)
Downloading datasets-2.17.0-py3-none-any.whl.metadata (20 kB)
Collecting transformers==4.34.1 (from triple-encoders)
Downloading transformers-4.34.1-py3-none-any.whl.metadata (121 kB)
Collecting sentence-transformers==2.2.2 (from triple-encoders)
Downloading sentence-transformers-2.2.2.tar.gz (85 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
INFO: pip is looking at multiple versions of triple-encoders to determine which version is compatible with other requirements. This could take a while.
Collecting triple-encoders
Downloading triple_encoders-0.0.1-py3-none-any.whl.metadata (9.6 kB)
ERROR: Cannot install triple-encoders==0.0.1 and triple-encoders==0.0.2 because these package versions have conflicting dependencies.
The conflict is caused by:
triple-encoders 0.0.2 depends on torch==2.0.1
triple-encoders 0.0.1 depends on torch==2.0.1
To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip to attempt to solve the dependency conflict
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
The text was updated successfully, but these errors were encountered:
Getting the following error even in a fresh env:
The text was updated successfully, but these errors were encountered: