Skip to content

help: fix command build with rust

Pierre Augier requested to merge topic/stable/fix-help-rust-build into branch/stable

The use of --no-use-pep517 leads to

ERROR: Disabling PEP 517 processing is invalid: project specifies a build backend of setuptools.build_meta in pyproject.toml

Note: the new more modern command produces some warnings about distutils. This will be fixed with !1131 (which depends on !1117).

Note: with relatively recent pip, --config-settings can be replaced by -C.

Merge request reports

Loading