Unbabel / COMET

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

Can't install v1.2.0 #98

Closed dblandan closed 1 year ago

dblandan commented 1 year ago

🐛 Bug

I think v1.2.0 was released, then rolled back as a pre-release. I was able to install it a day or two ago, but this is no longer possible.

To Reproduce

pip install --upgrade pip  # ensures that pip is current 
pip install unbabel-comet==1.2.0

Expected behaviour

unbabel-comet v1.2.0 is installed

Screenshots

image

Environment

OS: Linux 4e9e05fda7ba 5.15.0-56-generic #62-Ubuntu SMP Tue Nov 22 19:54:14 UTC 2022 x86_64 GNU/Linux Packaging: pip 22.3.1 from /usr/local/lib/python3.10/site-packages/pip (python 3.10) Version

Additional context

Only a day or two ago, I was able to install with poetry & pip.

dblandan commented 1 year ago

There's a workaround, of course:

pip install -e git+https://github.com/Unbabel/COMET.git@v1.2.0#egg=unbabel-comet

but it would be nice if the latest version were in the registry.

ricardorei commented 1 year ago

Hi @dblandan I released version 1.2.0 but just for a few hours and then decided to roll-back. We want to release new default models but we want to avoid confusion and people reporting scores that are not comparable with previous versions. To avoid that I need to finish documentation on new models first.

Sorry by the confusion! Also, entmax was breaking the install and I asked Ben Peters if they could bump entmax, I see that it was fixed already!