Open
Description
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.