You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. -->
The text was updated successfully, but these errors were encountered:
🐛 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
The text was updated successfully, but these errors were encountered: