Skip to content
New issue

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

Unable to find installation candidates for agent-protocol #21

Open
unitythemaker opened this issue Sep 18, 2023 · 2 comments
Open

Unable to find installation candidates for agent-protocol #21

unitythemaker opened this issue Sep 18, 2023 · 2 comments

Comments

@unitythemaker
Copy link

I am getting the following error while testing out beebot. I have run the ./setup.sh script after getting into venv and got this:

(beebot) unitythemaker@blazingfast ~/TMP/beebot (main) [1]
❯ poetry install
Installing dependencies from lock file

Package operations: 19 installs, 0 updates, 0 removals

  • Installing agent-protocol (0.2.4): Failed

  RuntimeError

  Unable to find installation candidates for agent-protocol (0.2.4)

  at lib/python3.11/site-packages/poetry/installation/chooser.py:73 in choose_for
       69│ 
       70│             links.append(link)
       71│ 
       72│         if not links:
    →  73│             raise RuntimeError(f"Unable to find installation candidates for {package}")
       74│ 
       75│         # Get the best link
       76│         chosen = max(links, key=lambda link: self._sort_key(package, link))
       77│ 

  • Installing agent-protocol-client (0.2.2): Failed

  RuntimeError

  Unable to find installation candidates for agent-protocol-client (0.2.2)

  at lib/python3.11/site-packages/poetry/installation/chooser.py:73 in choose_for
       69│ 
       70│             links.append(link)
       71│ 
       72│         if not links:
    →  73│             raise RuntimeError(f"Unable to find installation candidates for {package}")
       74│ 
       75│         # Get the best link
       76│         chosen = max(links, key=lambda link: self._sort_key(package, link))
       77│ 
@jon-1
Copy link

jon-1 commented Sep 21, 2023

@unitythemaker
I had the same issue and removed the agbenchmark dependency from pyproject.toml to resolve it

@unitythemaker
Copy link
Author

@unitythemaker I had the same issue and removed the agbenchmark dependency from pyproject.toml to resolve it

Thank you, it's resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants