using the above snippet: ```No installed rules ret...
# plugins
c
using the above snippet:
Copy code
No installed rules return the type CreateArchive, and it was not provided by potential callers of @rule(pants.core.util
_rules.archive:118:create_archive(CreateArchive, TarBinary, ZipBinary) -> Digest, gets=[Get(Digest, CreateDigest), Get(Di
gest, MergeDigests), Get(ProcessResult, Process)]).
    If that type should be computed by a rule, ensure that that rule is installed.
    If it should be provided by a caller, ensure that it is included in any relevant Query or Get.
👀 1