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
#[error("There are conflicting local versions requested for package `{0}`: {1} vs. {2}")]
56
-
ConflictingLocal(PackageName,String,String),
57
-
58
55
#[error("Package `{0}` attempted to resolve via URL: {1}. URL dependencies must be expressed as direct requirements or constraints. Consider adding `{0} @ {1}` to your dependencies or constraints file.")]
to your dependencies or constraints file., we can conclude that all
1517
-
versions of hatchling-editable cannot be used.
1518
-
And because you require hatchling-editable, we can conclude that the
1519
-
requirements are unsatisfiable.
1508
+
error: Package `iniconfig` attempted to resolve via URL: git+https://github.com/pytest-dev/iniconfig@9cae43103df70bac6fde7b9f35ad11a9f1be0cb4. URL dependencies must be expressed as direct requirements or constraints. Consider adding `iniconfig @ git+https://github.com/pytest-dev/iniconfig@9cae43103df70bac6fde7b9f35ad11a9f1be0cb4` to your dependencies or constraints file.
let output = uv_snapshot!(filters, command(&context, python_versions)
118
128
.arg("--python-version=3.9")
119
-
, @r###"<snapshot>
120
-
"###
129
+
, @r###"
130
+
success: false
131
+
exit_code: 1
132
+
----- stdout -----
133
+
134
+
----- stderr -----
135
+
warning: The requested Python version 3.9 is not available; 3.11.7 will be used to build dependencies instead.
136
+
× No solution found when resolving dependencies:
137
+
╰─▶ Because the requested Python version (3.9) does not satisfy Python>=3.10 and albatross==1.0.0 depends on Python>=3.10, we can conclude that albatross==1.0.0 cannot be used.
138
+
And because you require albatross==1.0.0, we can conclude that the requirements are unsatisfiable.
let output = uv_snapshot!(filters, command(&context, python_versions)
167
186
.arg("--python-version=3.11")
168
-
, @r###"<snapshot>
169
-
"###
187
+
, @r###"
188
+
success: false
189
+
exit_code: 1
190
+
----- stdout -----
191
+
192
+
----- stderr -----
193
+
warning: The requested Python version 3.11 is not available; 3.9.18 will be used to build dependencies instead.
194
+
× No solution found when resolving dependencies:
195
+
╰─▶ Because the current Python version (3.9.18) does not satisfy Python>=3.10 and albatross==1.0.0 depends on Python>=3.10, we can conclude that albatross==1.0.0 cannot be used.
196
+
And because you require albatross==1.0.0, we can conclude that the requirements are unsatisfiable.
let output = uv_snapshot!(filters, command(&context, python_versions)
268
305
.arg("--python-version=3.11")
269
-
, @r###"<snapshot>
270
-
"###
306
+
, @r###"
307
+
success: false
308
+
exit_code: 1
309
+
----- stdout -----
310
+
311
+
----- stderr -----
312
+
warning: The requested Python version 3.11 is not available; 3.9.18 will be used to build dependencies instead.
313
+
× No solution found when resolving dependencies:
314
+
╰─▶ Because the current Python version (3.9.18) does not satisfy Python>=3.10 and albatross==1.0.0 depends on Python>=3.10, we can conclude that albatross==1.0.0 cannot be used.
315
+
And because you require albatross==1.0.0, we can conclude that the requirements are unsatisfiable.
// available, but is not compatible with the target version and cannot be used.
320
366
let output = uv_snapshot!(filters, command(&context, python_versions)
321
367
.arg("--python-version=3.11")
322
-
, @r###"<snapshot>
323
-
"###
368
+
, @r###"
369
+
success: false
370
+
exit_code: 1
371
+
----- stdout -----
372
+
373
+
----- stderr -----
374
+
warning: The requested Python version 3.11 is not available; 3.9.18 will be used to build dependencies instead.
375
+
× No solution found when resolving dependencies:
376
+
╰─▶ Because the current Python version (3.9.18) does not satisfy Python>=3.10 and albatross==1.0.0 depends on Python>=3.10, we can conclude that albatross==1.0.0 cannot be used.
377
+
And because only the following versions of albatross are available:
378
+
albatross==1.0.0
379
+
albatross==2.0.0
380
+
we can conclude that albatross<2.0.0 cannot be used. (1)
381
+
382
+
Because the requested Python version (3.11) does not satisfy Python>=3.12 and albatross==2.0.0 depends on Python>=3.12, we can conclude that albatross==2.0.0 cannot be used.
383
+
And because we know from (1) that albatross<2.0.0 cannot be used, we can conclude that all versions of albatross cannot be used.
384
+
And because you require albatross, we can conclude that the requirements are unsatisfiable.
let output = uv_snapshot!(filters, command(&context, python_versions)
361
423
.arg("--python-version=3.8")
362
-
, @r###"<snapshot>
363
-
"###
424
+
, @r###"
425
+
success: false
426
+
exit_code: 1
427
+
----- stdout -----
428
+
429
+
----- stderr -----
430
+
× No solution found when resolving dependencies:
431
+
╰─▶ Because the requested Python version (3.8) does not satisfy Python>=3.8.4 and albatross==1.0.0 depends on Python>=3.8.4, we can conclude that albatross==1.0.0 cannot be used.
432
+
And because you require albatross==1.0.0, we can conclude that the requirements are unsatisfiable.
0 commit comments