Skip to content

Python package build siliently fails if Swig is not installed #937

Open
@ignaloidas

Description

@ignaloidas

Tried to pip install libnvme, as written in the docs, but after a seemingly successful install the package was not importable. After a fair bit of debugging, it seems that because the default in meson for python is auto (that is, build if all required tools are available), and the build process for the python package from pypi doesn't change that, meson just doesn't build the python package if python-specific dependencies aren't available.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions