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

Trying to run examples getting error while running command : poetry install -E examples #50

Open
sumitradagar opened this issue Aug 17, 2023 · 0 comments

Comments

@sumitradagar
Copy link

\VerifAI>poetry install -E examples
Installing dependencies from lock file

Package operations: 5 installs, 0 updates, 0 removals

• Installing tensorflow-io-gcs-filesystem (0.33.0): Failed

RuntimeError

Unable to find installation candidates for tensorflow-io-gcs-filesystem (0.33.0)

at ~\AppData\Roaming\pypoetry\venv\lib\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│

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