When pyproject.toml
contains errors, misleading message is shown
#1777
Labels
🐞 bug
Something isn't working
pyproject.toml
contains errors, misleading message is shown
#1777
Checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pixi, using
pixi --version
.Reproducible example
With the following
pyproject.toml
defined:When I run the following command:
The following is shown:
There's an error with the
pyproject.toml
file configuration which is shown if run this command:Issue description
Please see above.
Expected behavior
I would expect that
pixi install
would also error loudly so that it's obvious what I should fix. This was pretty confusing for me as I was first editing my existingpyproject.toml
to be used with pixi.The text was updated successfully, but these errors were encountered: