Can I customize and/or suppress "Notice:" in Installing build tools
?
#2120
Unanswered
alexlancaster
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am building a lot of wheels with cross-compilation on both Windows and MacOS, this generates a ton of
Notice:
messages, e.g. 4 for each build:as you can imagine when I'm building many wheels, this begins to clutter up the logs, e.g. I get 21 notices:
https://github.com/alexlancaster/pypop/actions/runs/12587967843
i tried to see if there is a way to reduce the verbosity, or suppress them, but it looks like the logging is hard-coded and because it's not from
pip
, the usualCIBW_BUILD_VERBOSITY
have no effect.Is there a workaround to reduce and/or consolidate such notices?
Beta Was this translation helpful? Give feedback.
All reactions