amq92/simple_slurm

RuntimeError - Unable to find installation candidates for simple-slurm (0.1.7)

Septaris opened this issue · 4 comments

Our pipeline broke in production due to missing version (0.1.7) of simple-slurm

  RuntimeError
  Unable to find installation candidates for simple-slurm (0.1.7)
  at /usr/local/lib/python3.8/site-packages/poetry/installation/chooser.py:72 in choose_for
       68│ 
       69│             links.append(link)
       70│ 
       71│         if not links:
    →  72│             raise RuntimeError(
       73│                 "Unable to find installation candidates for {}".format(package)
       74│             )
       75│ 
       76│         # Get the best link
amq92 commented

Could you try updating your requirements (in Poetry ?) to use the latest version v0.2.2 ?

The update is planned, but this involves releasing the pipeline and going through the entire validation process again. Are you using PyPI's yank feature ? (rather than the basic delete function)

amq92 commented

Unfortunately I did delete version v0.1.7 (instead of just yanking it). My bad 😟

Ok, anyway thanks for your answers and for the time you devote to this project :)