Skip to content

Missing dependencies for piglet #1

Description

@dharabor

When trying to invoke piglet directly, e.g., as part of a local test script and without opss25-lifelong, but within the opss25 conda environment.

On my machine:

(opss25) 22:11 5043 dharabor@pop-os python$ python test.py
Traceback (most recent call last):
  File "/home/dharabor/src/github/opss25-startkit/python/test.py", line 4, in <module>
    import piglet.lib_piglet.search.search_node as sn
  File "/home/dharabor/src/github/opss25-startkit/python/piglet/lib_piglet/search/search_node.py", line 13, in <module>
    from lib_piglet.utils.identifier import get_random_id, identifier
  File "/home/dharabor/src/github/opss25-startkit/python/piglet/lib_piglet/utils/identifier.py", line 6, in <module>
    from yaml import dump
ModuleNotFoundError: No module named 'yaml'

I had to manually install the dependency with pip.

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