-
Dear meson-python community, I am using a dynamic variable to manage the version number in a PEP517 build environment. In the top-level
This builds nicely with
Unfortunately, the directory with the logs has already gone ... and I did not find a way to retrieve it. So I wonder if you have any idea on how to debug this kind of cases, knowing that very similar projects (pyFAI, FabIO) are working with the very same structure. Cheers, Jerome |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I don't know what may be the difference between |
Beta Was this translation helpful? Give feedback.
-
meson-python requires at least Meson 0.63.3, so this is not very useful. |
Beta Was this translation helpful? Give feedback.
I don't know what may be the difference between
pip
andbuild
that causes this issue. The Meson log may have some more information. To access the build log you should specify a build directory explicitly:python -m build -Cbuild-dir=build