COMET icon indicating copy to clipboard operation
COMET copied to clipboard

Comet installation fails

Open pavanjava opened this issue 1 year ago • 1 comments

🐛 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 avatar Sep 20 '24 16:09 pavanjava

Any update on this ?

pavanjava avatar Sep 24 '24 00:09 pavanjava

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

ricardorei avatar Dec 05 '24 13:12 ricardorei