Skip to content

[BUG] Dependency not found #3

@ecarrenolozano

Description

@ecarrenolozano

When running poetry install --no-root, all declared dependencies are installed correctly. However, when creating a virtual environment manually using python -m venv .venv and installing the project, the yaml module is missing. This indicates that the code relies on PyYAML, but the package is not declared as a dependency in the pyproject.toml file. As a result, environments created outside Poetry do not receive this requirement, leading to an import error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions