-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working