You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issues of this repo and believe that this is not a duplicate.
I have consulted the FAQ and blog for any relevant entries or release notes.
If an exception occurs when executing a command, I executed it again in debug mode (-vvv option) and have included the output below.
Issue
I'm not getting any debug -vvv logs from the poetry build command when using a custom build script with additional dependencies. The wheel builder source code obviously has some logger.debug() calls, but they're not getting through.
Note, I was able to pinpoint the root cause. PR is on its way.
The text was updated successfully, but these errors were encountered:
vit-zikmund
changed the title
Broken verbose/debug logging for poetry build with a custom build script and additional dependencies
Broken verbose/debug logging for poetry build with a custom build script
Dec 8, 2023
Poetry version: 1.7.1
Python version: 3.11
OS version and name: Fedora 38
pyproject.toml:
hidden here
-vvv
option) and have included the output below.Issue
I'm not getting any debug
-vvv
logs from thepoetry build
command when using a custom build script with additional dependencies. The wheel builder source code obviously has somelogger.debug()
calls, but they're not getting through.Note, I was able to pinpoint the root cause. PR is on its way.
The text was updated successfully, but these errors were encountered: