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 issue tracker and believe that this is not a duplicate.
Make sure you run commands with -v flag before pasting the output.
Steps to reproduce
I have an old project that contains a wrong field in the pyproject.toml. If you dig into the log file you can find the error, but the error message that PDM pops out to the console means almost nothing.
I tried to fix myself, but I cannot find a way to do it, I don´t have enough experience with python, or maybe the issue is in the PEP517 validator.
Actual behavior
Shows an unclear error message.
[BuildError]: Call command ['/usr/bin/python3.10',
'/home/edu/.local/lib/python3.10/site-packages/pep517/in_process/_in_process.py'
, 'get_requires_for_build_editable', '/tmp/tmp3w36cbpv'] return non-zero
status(1). Make sure the package is PEP 517-compliant, or you can add
`--no-isolation` to the command.
Make sure you run commands with
-v
flag before pasting the output.Steps to reproduce
I have an old project that contains a wrong field in the pyproject.toml. If you dig into the log file you can find the error, but the error message that PDM pops out to the console means almost nothing.
I tried to fix myself, but I cannot find a way to do it, I don´t have enough experience with python, or maybe the issue is in the PEP517 validator.
Actual behavior
Shows an unclear error message.
Expected behavior
Shows the specific error.
Environment Information
The text was updated successfully, but these errors were encountered: