Skip to content

missing submodules in install #1334

@alxsimon

Description

@alxsimon

While trying to insall sgkit in Guix I had an error with the three submodules not being found.

This can be fixed by specifying the submodules in the pyproject.toml here
https://github.com/sgkit-dev/sgkit/blob/af2b62378548b4b25a2937c21bbe95d95948cfea/pyproject.toml#L60C1-L60C21

packages = ["sgkit", "sgkit.stats", "sgkit.distance", "sgkit.io"]

Not sure if it's packaging tooling specific, but other install systems might have issues with that too.

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