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

Ensmallen install fails with poetry but not with pip #193

Open
caufieldjh opened this issue Jan 26, 2023 · 0 comments
Open

Ensmallen install fails with poetry but not with pip #193

caufieldjh opened this issue Jan 26, 2023 · 0 comments

Comments

@caufieldjh
Copy link
Contributor

Attempting to install ensmallen=0.8.36, including through grape, with poetry raises this error:

  RuntimeError

  Unable to find installation candidates for ensmallen (0.8.36)

  at ~/.local/venv/lib/python3.10/site-packages/poetry/installation/chooser.py:105 in choose_for
      101│ 
      102│             links.append(link)
      103│ 
      104│         if not links:
    → 105│             raise RuntimeError(f"Unable to find installation candidates for {package}")
      106│ 
      107│         # Get the best link
      108│         chosen = max(links, key=lambda link: self._sort_key(package, link))
      109│ 

A pip install completes without complaint.

Any relation to #192 ?

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

1 participant