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
It seems pysaucenao 1.6.1, and 1.6.2, etc has been removed from pypi, 1.6.3 can be found, but now installing szurubooru-toolkit through poetry keeps running an error
- Installing pysaucenao (1.6.2): Failed
RuntimeError
Unable to find installation candidates for pysaucenao (1.6.2)
at /var~/.local/share/pypoetry/venv/lib64/python3.13/site-packages/poetry/installation/chooser.py:86 in choose_for
82│
83│ links.append(link)
84│
85│ if not links:
→ 86│ raise RuntimeError(f"Unable to find installation candidates for {package}")
87│
88│ # Get the best link
89│ chosen = max(links, key=lambda link: self._sort_key(package, link))
90│
Cannot install pysaucenao.
The text was updated successfully, but these errors were encountered:
FrameEnder
changed the title
Cannot install pysaucenao for Poetry?
Cannot install pysaucenao?
Feb 18, 2025
It seems pysaucenao 1.6.1, and 1.6.2, etc has been removed from pypi, 1.6.3 can be found, but now installing szurubooru-toolkit through poetry keeps running an error
The text was updated successfully, but these errors were encountered: