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

Comet installation fails #231

Closed
pavanjava opened this issue Sep 20, 2024 · 2 comments
Closed

Comet installation fails #231

pavanjava opened this issue Sep 20, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@pavanjava
Copy link

🐛 Bug

To Reproduce

My Python environment is 3.12.4 and sentencepiece dependency require python < 3.12 and there is a new sentencepiece 0.2.0 released when can we expect new release of commet library

Expected behaviour

Installation should proceed normally

Error Trace

ERROR: Cannot install -r requirements.txt (line 1) and sentencepiece==0.2.0 because these package versions have conflicting dependencies.

The conflict is caused by:
    The user requested sentencepiece==0.2.0
    unbabel-comet 2.2.2 depends on sentencepiece<0.2.0 and >=0.1.96

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict```

### Environment
iOS: 15.0 [e.g. iOS, Linux, Win]
Packaging pip
pip Version: 24.0
Python Version: 3.12.4

### Additional context

<!-- Add any other context about the problem here. -->
@pavanjava pavanjava added the bug Something isn't working label Sep 20, 2024
@pavanjava
Copy link
Author

Any update on this ?

@ricardorei
Copy link
Collaborator

I am bumping the sentencepiece version and publishing a new version. Thanks for raising this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants