We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Poetry 1.5.1 Python 3.11 Ubuntu 22.04 pyproject.toml:
[build-system] requires = ['setuptools', 'poetry_core>=1.0'] build-backend = 'poetry.core.masonry.api' [tool.poetry] name = 'a' version = '1.0' description = "" authors = ['Neil Girdhar <mistersheik@gmail.com>'] [tool.poetry.dependencies] python = '>=3.10, <3.12' kaleido = '>=0'
-vvv
Installing kaleido with pip works just fine:
kaleido
❯ poetry update Updating dependencies Resolving dependencies... (0.1s) Package operations: 1 install, 0 updates, 0 removals • Installing kaleido (0.2.1.post1): Failed RuntimeError Unable to find installation candidates for kaleido (0.2.1.post1) at ~/.pyenv/versions/3.11.3/lib/python3.11/site-packages/poetry/installation/chooser.py:76 in choose_for 72│ 73│ links.append(link) 74│ 75│ if not links: → 76│ raise RuntimeError(f"Unable to find installation candidates for {package}") 77│ 78│ # Get the best link 79│ chosen = max(links, key=lambda link: self._sort_key(package, link)) 80│ ❯ pip install kaleido Collecting kaleido Using cached kaleido-0.2.1-py2.py3-none-manylinux1_x86_64.whl (79.9 MB) Installing collected packages: kaleido Successfully installed kaleido-0.2.1
The text was updated successfully, but these errors were encountered:
duplicate #4046 please close
Sorry, something went wrong.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
No branches or pull requests
Poetry 1.5.1
Python 3.11
Ubuntu 22.04
pyproject.toml:
-vvv
option) and have included the output below.Issue
Installing
kaleido
with pip works just fine:The text was updated successfully, but these errors were encountered: