Unbabel / COMET

A Neural Framework for MT Evaluation
https://unbabel.github.io/COMET/html/index.html
Apache License 2.0
491 stars 76 forks source link

Comet installation fails #231

Open pavanjava opened 1 week ago

pavanjava commented 1 week ago

🐛 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 commented 5 days ago

Any update on this ?