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
Installing with pip from git and including the extra "retrieval" dependencies does not work, the stack trace is:
WARNING: Generating metadata for package pyterrier-sentence-transformers produced metadata for project name unknown. Fix your #egg=pyterrier-sentence-transformers fragments.
WARNING: Discarding git+https://github.com/soldni/pyterrier_sentence_transformers.git@main. Requested unknown from git+https://github.com/soldni/pyterrier_sentence_transformers.git@main (from open_mds[retrieval]) has inconsistent name: filename has 'pyterrier-sentence-transformers', but metadata has 'UNKNOWN'
ERROR: Could not find a version that satisfies the requirement pyterrier-sentence-transformers (unavailable) (from open-mds[retrieval]) (from versions: none)
ERROR: No matching distribution found for pyterrier-sentence-transformers (unavailable)
not sure if this is an issue with how the dependency is specified in the pyproject.toml, or the dependency itself.
The text was updated successfully, but these errors were encountered:
Installing with pip from git and including the extra
"retrieval"
dependencies does not work, the stack trace is:not sure if this is an issue with how the dependency is specified in the
pyproject.toml
, or the dependency itself.The text was updated successfully, but these errors were encountered: