Skip to content

make test-e2e fails on yaml module not found #180

@moficodes

Description

@moficodes

make test-e2e at some point calls https://github.com/kubernetes-sigs/agent-sandbox/blob/main/dev/tools/deploy-to-kube which tries to import yaml. This package is not part of python std lib.

the test fails with

Traceback (most recent call last):
  File "/home/user/github.com/kubernetes-sigs/agent-sandbox/dev/tools/deploy-to-kube", line 20, in <module>
    import yaml
ModuleNotFoundError: No module named 'yaml'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions