Wheel file ValueError not thrown when plugin enabled — is this intended? #1378
Unanswered
damonlynch
asked this question in
Q&A
Replies: 1 comment 1 reply
-
The message should appear in all cases and if it doesn't I'm assuming the plugin defines options (which is all that message cares about) that simply don't match anything. Can you give a reproducible example? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Olek,
This error is very helpfully displayed when no plugins are enabled and the
pyproject.toml
build options are incorrect:However, when plugins are enabled (well, probably those that create an artifact, I suppose), the message is not displayed. Is this what you intend?
I ask because it took me a few hours to understand why in one of my projects was not installing. Only when I decided to "go back to basics" and pare down the
pyproject.toml
options by cutting out plugins did the error become apparent.There might be important reasons for not displaying this message when plugins are used, perhaps? I don't know. But it would be nice if there were a way to still inform the developer that they probably need to fix their project's build options.
Damon
Beta Was this translation helpful? Give feedback.
All reactions