Prodigy 1.18.x missing from download.prodi.gy

Hey there - I was just wondering if something happened to the prodigy download website? I used to be able to get 1.18.x but now I don't see any releases after 1.12.

image

Fairly certain we're up to date, so before I sent a special email, just wanted to check.

I've been doing some maintenance on it so there could indeed be a problem. Sorry about this -- I'll look into it for you now.

1 Like

You should have access to 1.18.2 again. There may be some more users affected by this -- I'm still working out how some of the license periods got messed up in the migration. It should all be fixed shortly though. None of the order data is missing, it's just some record linkage problems.

1 Like

We're missing 1.14.14. Breaks our CI - this shouldn't happen!

Confirmed visible. Thanks!

@simon.gurcke Yes I'm very sorry about this. It's fixed now --- I just checked with your license key and it correctly downloads v1.14.4.

1 Like

@honnibal This is still broken for us. Could you please look into it again.

#10 22.27   - Installing prodigy (1.14.14)
#10 23.29 
#10 23.29   RuntimeError
#10 23.29 
#10 23.29   Unable to find installation candidates for prodigy (1.14.14)
#10 23.29 
#10 23.29   at /opt/poetry/lib/python3.12/site-packages/poetry/installation/chooser.py:86 in choose_for
#10 23.30        82│ 
#10 23.30        83│             links.append(link)
#10 23.30        84│ 
#10 23.30        85│         if not links:
#10 23.30     →  86│             raise RuntimeError(f"Unable to find installation candidates for {package}")
#10 23.30        87│ 
#10 23.30        88│         # Get the best link
#10 23.30        89│         chosen = max(links, key=lambda link: self._sort_key(package, link))
#10 23.30        90│ 
#10 23.30 
#10 23.30 Cannot install prodigy.
#10 23.30 
#10 ERROR: process "/bin/bash -o pipefail -c poetry config http-basic.fury $FURY_DEPLOY_TOKEN NOPASS &&     poetry config http-basic.prodigy $PRODIGY_LICENSE_KEY NOPASS &&     poetry install --with prodigy,ml --without dev --no-root --no-interaction --no-ansi &&     rm -rf $HOME/.cache/pypoetry" did not complete successfully: exit code: 1
------
 > [jobs 4/9] RUN poetry config http-basic.fury xxx NOPASS &&     poetry config http-basic.prodigy xxx NOPASS &&     poetry install --with prodigy,ml --without dev --no-root --no-interaction --no-ansi &&     rm -rf $HOME/.cache/pypoetry:
23.30        84│ 
23.30        85│         if not links:
23.30     →  86│             raise RuntimeError(f"Unable to find installation candidates for {package}")
23.30        87│ 
23.30        88│         # Get the best link
23.30        89│         chosen = max(links, key=lambda link: self._sort_key(package, link))
23.30        90│ 
23.30 
23.30 Cannot install prodigy.
23.30