threefoldtech / js-sdk

extensions to js-ng for tfgrid
Apache License 2.0
14 stars 6 forks source link

Error installing #3424

Open DylanVerstraete opened 1 year ago

DylanVerstraete commented 1 year ago

On arch linux

 • Installing codecov (2.1.12): Failed

  RuntimeError

  Unable to find installation candidates for codecov (2.1.12)

  at /usr/lib/python3.10/site-packages/poetry/installation/chooser.py:109 in choose_for
      105│ 
      106│             links.append(link)
      107│ 
      108│         if not links:
    → 109│             raise RuntimeError(f"Unable to find installation candidates for {package}")
      110│ 
      111│         # Get the best link
      112│         chosen = max(links, key=lambda link: self._sort_key(package, link))
Traceback/Logs/Alerts if available
sameh-farouk commented 7 months ago

The package codecov was deleted from PyPI. source The result is that all packages which depend on codecov are not installable. They did push back 2.1.13 to be a final legacy package.

So, I would do this

poetry update codecov
poetry install