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
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)
116
126
.arg("--python-version=3.9")
117
-
, @r###"<snapshot>
118
-
"###
127
+
, @r###"
128
+
success: false
129
+
exit_code: 1
130
+
----- stdout -----
131
+
132
+
----- stderr -----
133
+
warning: The requested Python version 3.9 is not available; 3.11.7 will be used to build dependencies instead.
134
+
× No solution found when resolving dependencies:
135
+
╰─▶ Because the requested Python version (3.9) does not satisfy Python>=3.10 and package-a==1.0.0 depends on Python>=3.10, we can conclude that package-a==1.0.0 cannot be used.
136
+
And because you require package-a==1.0.0, we can conclude that the requirements are unsatisfiable.
let output = uv_snapshot!(filters, command(&context, python_versions)
161
180
.arg("--python-version=3.11")
162
-
, @r###"<snapshot>
163
-
"###
181
+
, @r###"
182
+
success: false
183
+
exit_code: 1
184
+
----- stdout -----
185
+
186
+
----- stderr -----
187
+
warning: The requested Python version 3.11 is not available; 3.9.18 will be used to build dependencies instead.
188
+
× No solution found when resolving dependencies:
189
+
╰─▶ Because the current Python version (3.9.18) does not satisfy Python>=3.10 and package-a==1.0.0 depends on Python>=3.10, we can conclude that package-a==1.0.0 cannot be used.
190
+
And because you require package-a==1.0.0, we can conclude that the requirements are unsatisfiable.
let output = uv_snapshot!(filters, command(&context, python_versions)
254
291
.arg("--python-version=3.11")
255
-
, @r###"<snapshot>
256
-
"###
292
+
, @r###"
293
+
success: false
294
+
exit_code: 1
295
+
----- stdout -----
296
+
297
+
----- stderr -----
298
+
warning: The requested Python version 3.11 is not available; 3.9.18 will be used to build dependencies instead.
299
+
× No solution found when resolving dependencies:
300
+
╰─▶ Because the current Python version (3.9.18) does not satisfy Python>=3.10 and package-a==1.0.0 depends on Python>=3.10, we can conclude that package-a==1.0.0 cannot be used.
301
+
And because you require package-a==1.0.0, we can conclude that the requirements are unsatisfiable.
// available, but is not compatible with the target version and cannot be used.
302
348
let output = uv_snapshot!(filters, command(&context, python_versions)
303
349
.arg("--python-version=3.11")
304
-
, @r###"<snapshot>
305
-
"###
350
+
, @r###"
351
+
success: false
352
+
exit_code: 1
353
+
----- stdout -----
354
+
355
+
----- stderr -----
356
+
warning: The requested Python version 3.11 is not available; 3.9.18 will be used to build dependencies instead.
357
+
× No solution found when resolving dependencies:
358
+
╰─▶ Because the current Python version (3.9.18) does not satisfy Python>=3.10 and package-a==1.0.0 depends on Python>=3.10, we can conclude that package-a==1.0.0 cannot be used.
359
+
And because only the following versions of package-a are available:
360
+
package-a==1.0.0
361
+
package-a==2.0.0
362
+
we can conclude that package-a<2.0.0 cannot be used. (1)
363
+
364
+
Because the requested Python version (3.11) does not satisfy Python>=3.12 and package-a==2.0.0 depends on Python>=3.12, we can conclude that package-a==2.0.0 cannot be used.
365
+
And because we know from (1) that package-a<2.0.0 cannot be used, we can conclude that all versions of package-a cannot be used.
366
+
And because you require package-a, we can conclude that the requirements are unsatisfiable.
let output = uv_snapshot!(filters, command(&context, python_versions)
342
404
.arg("--python-version=3.8")
343
-
, @r###"<snapshot>
344
-
"###
405
+
, @r###"
406
+
success: false
407
+
exit_code: 1
408
+
----- stdout -----
409
+
410
+
----- stderr -----
411
+
× No solution found when resolving dependencies:
412
+
╰─▶ Because the requested Python version (3.8) does not satisfy Python>=3.8.4 and package-a==1.0.0 depends on Python>=3.8.4, we can conclude that package-a==1.0.0 cannot be used.
413
+
And because you require package-a==1.0.0, we can conclude that the requirements are unsatisfiable.
0 commit comments