You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
• 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
The text was updated successfully, but these errors were encountered:
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.
On arch linux
The text was updated successfully, but these errors were encountered: