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
let extra_requires:Vec<pep508_rs::Requirement<VerbatimParsedUrl>> = serde_json::from_slice::<Vec<pep508_rs::Requirement<VerbatimParsedUrl>>>(&contents).map_err(|err| {
836
830
Error::from_command_output(
837
831
format!(
838
-
"Build backend failed to return extra requires with `get_requires_for_build_{build_kind}`: {err}"
832
+
"Build backend failed to return requirements from `get_requires_for_build_{build_kind}`: {err}"
error: Failed to download and build: `anyio @ https://files.pythonhosted.org/packages/db/4d/3970183622f0330d3c23d9b8a5f52e365e50381fd484d08e3285104333d3/anyio-4.3.0.tar.gz`
3823
-
Caused by: Build backend failed to determine metadata through `prepare_metadata_for_build_wheel` with exit status: 1
3821
+
Caused by: Build backend failed to determine metadata through `prepare_metadata_for_build_wheel` (exit status: 1)
error: Failed to download and build: `anyio @ https://files.pythonhosted.org/packages/db/4d/3970183622f0330d3c23d9b8a5f52e365e50381fd484d08e3285104333d3/anyio-4.3.0.tar.gz`
3893
-
Caused by: Build backend failed to determine metadata through `prepare_metadata_for_build_wheel` with exit status: 1
3891
+
Caused by: Build backend failed to determine metadata through `prepare_metadata_for_build_wheel` (exit status: 1)
error: Failed to download and build: `iniconfig @ https://files.pythonhosted.org/packages/d7/4b/cbd8e699e64a6f16ca3a8220661b5f83792b3017d0f79807cb8708d33913/iniconfig-2.0.0.tar.gz`
6838
-
Caused by: Build backend failed to determine metadata through `prepare_metadata_for_build_wheel` with exit status: 1
6836
+
Caused by: Build backend failed to determine metadata through `prepare_metadata_for_build_wheel` (exit status: 1)
6839
6837
--- stdout:
6840
6838
6841
6839
--- stderr:
@@ -7096,7 +7094,7 @@ fn sklearn() {
7096
7094
7097
7095
----- stderr -----
7098
7096
× Failed to download and build `sklearn==0.0.post12`
7099
-
╰─▶ Build backend failed to determine extra requires with `build_wheel()` with exit status: 1
7097
+
╰─▶ Build backend failed to determine requirements with `build_wheel()` (exit status: 1)
0 commit comments