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

dependency conflict #32

Open
dayuyang1999 opened this issue Jun 7, 2022 · 1 comment
Open

dependency conflict #32

dayuyang1999 opened this issue Jun 7, 2022 · 1 comment

Comments

@dayuyang1999
Copy link

dayuyang1999 commented Jun 7, 2022

Hi,

When I install chatty-goose from github using:

python -m pip install git+https://github.com/castorini/chatty-goose.git

I met this issue:

ERROR: Cannot install chatty-goose and chatty-goose==0.2.0 because these package versions have conflicting dependencies.

The conflict is caused by:
    chatty-goose 0.2.0 depends on pyserini==0.14.0
    pygaggle 0.0.3.1 depends on pyserini==0.10.1.0

It seems that chatty-goose requires pyserini==0.14.0 as well as pygaggle 0.0.3.1.
However, pygaggle 0.0.3.1 and pyserini==0.14.0 do not play nice with each other

Could someone provide some help?

Thanks!

@dayuyang1999
Copy link
Author

BTW, the reason why I did not use pip install chatty-goose==0.2.0 directly is because some features are missing if I install in this fashion.

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