Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing from git with pip with extra retrieval dependencies not working #174

Open
JohnGiorgi opened this issue Dec 9, 2022 · 0 comments

Comments

@JohnGiorgi
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant