Skip to content

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

@sumitradagar

Description

@sumitradagar

\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│

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions