Skip to content

Comet installation fails #231

@pavanjava

Description

@pavanjava

🐛 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. -->

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions