BerkeleyLearnVerify / VerifAI

VerifAI is a software toolkit for the formal design and analysis of systems that include artificial intelligence (AI) and machine learning (ML) components.
BSD 3-Clause "New" or "Revised" License
170 stars 47 forks source link

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

Open sumitradagar opened 1 year ago

sumitradagar commented 1 year ago

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