diff --git a/micropip/transaction.py b/micropip/transaction.py index d355c28..1c5c341 100644 --- a/micropip/transaction.py +++ b/micropip/transaction.py @@ -162,7 +162,7 @@ def eval_marker(e: dict[str, str]) -> bool: ) else: raise - except ValueError: + except (WheelNotFoundError, IndexMetadataFetchError): self.failed.append(req) if not self.keep_going: raise