When I try to build partial-json-parser from sources
python -m build --wheel --no-isolation
I'm getting JSON output, which I couldn't catch with | less, so I'm only giving you the tail:
[..Big fat JSON..]
},
"dependency": {
"$id": "#/definitions/dependency",
"title": "Dependency",
"type": "string",
"description": "Project dependency specification according to PEP 508",
"format": "pep508"
}
}
}
}
ERROR Backend subprocess exited when trying to invoke build_wheel
How shall your tool be built?
When I try to build partial-json-parser from sources
I'm getting JSON output, which I couldn't catch with
| less, so I'm only giving you the tail:How shall your tool be built?