Bug 2371852
| Summary: | F43FailsToInstall: python3-dask+array, python3-dask+bag, python3-dask+dataframe, python3-dask+delayed, python3-dask+distributed, python3-dask | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Fedora Fails To Install <fti-bugs> |
| Component: | python-dask | Assignee: | Elliott Sales de Andrade <quantum.analyst> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | code, epel-packagers-sig, extras-orphan, jonathan, ksurma, mhroncok, python-packagers-sig, quantum.analyst |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | python-dask-2025.4.1-4.fc43~bootstrap | Doc Type: | --- |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2025-08-18 05:59:14 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 2323168, 2367454, 2371847, 2371901, 2372026, 2372116 | ||
| Bug Blocks: | 2322407, 2339432, 2339435, 2384425, 2371672, 2371827, 2371862, 2371916, 2372030, 2372104, 2372200, 2372202, 2385549 | ||
|
Description
Fedora Fails To Install
2025-06-11 08:08:40 UTC
Problem 1: package python3-crick-0.0.8-3.fc42.x86_64 from fedora requires python(abi) = 3.13, but none of the providers can be installed - package python3-devel-3.14.0~b2-3.fc43.x86_64 from local conflicts with python3 < 3.14.0~b2-3.fc43 provided by python3-3.13.3-3.fc43.i686 from fedora - package python3-devel-3.14.0~b2-3.fc43.x86_64 from local conflicts with python3 < 3.14.0~b2-3.fc43 provided by python3-3.13.3-3.fc43.x86_64 from fedora - cannot install the best candidate for the job Problem 2: cannot install both python3-numpy-1:2.2.6-1.fc43.x86_64 from fedora and python3-numpy-1:2.2.6-2.fc43.x86_64 from local - package python3-scikit-image-0.25.2-1.fc43.x86_64 from fedora requires python3.13dist(numpy) >= 1.24, but none of the providers can be installed - package python3-Bottleneck-1.4.2-3.fc43.x86_64 from local requires python3.14dist(numpy), but none of the providers can be installed - cannot install the best candidate for the job Problem 3: cannot install both python3-numpy-1:2.2.6-1.fc43.x86_64 from fedora and python3-numpy-1:2.2.6-2.fc43.x86_64 from local - package python3-xarray-2025.4.0-1.fc43.noarch from fedora requires python3.13dist(numpy) >= 1.24, but none of the providers can be installed - package python3-h5py-3.13.0-3.fc43.x86_64 from local requires python3.14dist(numpy) >= 1.19.3, but none of the providers can be installed - cannot install the best candidate for the job Hello, Please note that this comment was generated automatically by https://pagure.io/releng/blob/main/f/scripts/ftbfs-fti/follow-policy.py If you feel that this output has mistakes, please open an issue at https://pagure.io/releng/ This package fails to install and maintainers are advised to take one of the following actions: - Fix this bug and close this bugzilla once the update makes it to the repository. (The same script that posted this comment will eventually close this bugzilla when the fixed package reaches the repository, so you don't have to worry about it.) or - Move this bug to ASSIGNED if you plan on fixing this, but simply haven't done so yet. or - Orphan the package if you no longer plan to maintain it. If you do not take one of these actions, the process at https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/#_package_removal_for_long_standing_ftbfs_and_fti_bugs will continue. This package may be orphaned in 7+ weeks. This is the first reminder (step 3) from the policy. Don't hesitate to ask for help on https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/ if you are unsure how to fix this bug. Hello, Please note that this comment was generated automatically by https://pagure.io/releng/blob/main/f/scripts/ftbfs-fti/follow-policy.py If you feel that this output has mistakes, please open an issue at https://pagure.io/releng/ This package fails to install and maintainers are advised to take one of the following actions: - Fix this bug and close this bugzilla once the update makes it to the repository. (The same script that posted this comment will eventually close this bugzilla when the fixed package reaches the repository, so you don't have to worry about it.) or - Move this bug to ASSIGNED if you plan on fixing this, but simply haven't done so yet. or - Orphan the package if you no longer plan to maintain it. If you do not take one of these actions, the process at https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/#_package_removal_for_long_standing_ftbfs_and_fti_bugs will continue. This package may be orphaned in 4+ weeks. This is the second reminder (step 4) from the policy. Don't hesitate to ask for help on https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/ if you are unsure how to fix this bug. When building (in bootstrap), there are 3116 errors, most (of not all) of them with: FutureWarning: ChainedAssignmentError: behaviour will change in pandas 3.0! Adding -W ignore:FutureWarning to %check does not solve that trivially. Additionally, there are 871 test failures. https://koji.fedoraproject.org/koji/buildinfo?buildID=2783101 https://koji.fedoraproject.org/koji/taskinfo?taskID=135490743 Other repeating failures include _pickle.PicklingError:
___________________________ test_apply_infer_columns ___________________________
[gw1] linux -- Python 3.14.0 /usr/bin/python3
def test_apply_infer_columns():
df = pd.DataFrame({"x": [1, 2, 3, 4], "y": [10, 20, 30, 40]})
ddf = from_pandas(df, npartitions=2)
def return_df(x):
return pd.Series([x.sum(), x.mean()], index=["sum", "mean"])
with pytest.warns(UserWarning, match="metadata"):
result = ddf.apply(return_df, axis=1)
assert_eq(result.columns, pd.Index(["sum", "mean"]))
> assert_eq(result, df.apply(return_df, axis=1))
dask/dataframe/dask_expr/tests/test_collection.py:1549:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
a = Dask DataFrame Structure:
sum mean
npartitions=2
0 float64 floa...=Apply(frame=df, function=<function test_apply_infer_columns.<locals>.return_df at 0x7fe63c415b10>, kwargs={'axis': 1})
b = sum mean
0 11.0 5.5
1 22.0 11.0
2 33.0 16.5
3 44.0 22.0
serialize_graph = True, args = (), kwargs = {}
obj = Dask DataFrame Structure:
sum mean
npartitions=2
0 float64 floa...=Apply(frame=df, function=<function test_apply_infer_columns.<locals>.return_df at 0x7fe63c415b10>, kwargs={'axis': 1})
def assert_eq(a, b, *args, serialize_graph=True, **kwargs):
if serialize_graph:
# Check that no `Expr` instances are found in
# the graph generated by `Expr.dask`
with config.set({"dask-expr-no-serialize": True}):
for obj in [a, b]:
if hasattr(obj, "dask"):
try:
> pickle.dumps(obj.dask)
E _pickle.PicklingError: Can't pickle local object <function test_apply_infer_columns.<locals>.return_df at 0x7fe63c415b10>
E when serializing tuple item 1
E when serializing tuple item 5
E when serializing dask._task_spec.Task state
E when serializing dask._task_spec.Task object
E when serializing dict item ('apply-5162b5b5fd476e06cca94614bbbfcc40', 0)
../BUILDROOT/usr/lib/python3.14/site-packages/dask/dataframe/dask_expr/tests/_util.py:34: PicklingError
(In reply to Miro Hrončok from comment #4) > When building (in bootstrap), there are 3116 errors, most (of not all) of > them with: > > FutureWarning: ChainedAssignmentError: behaviour will change in pandas 3.0! > > Adding -W ignore:FutureWarning to %check does not solve that trivially. Ah, as pointed out on Matrix by Elliott Sales de Andrade, I had a typo. -W ignore::FutureWarning (two colons) makes them go away and results in: = 87 failed, 15736 passed, 1240 skipped, 265 xfailed, 279 xpassed, 96 warnings in 253.35s (0:04:13) = This package has been orphaned. You can pick it up at https://src.fedoraproject.org/rpms/python-dask by clicking button "Take". If nobody picks it up, it will be retired and removed from a distribution. This package has changed maintainer in Fedora. Reassigning to the new maintainer of this component. Hello, Please note that this comment was generated automatically by https://pagure.io/releng/blob/main/f/scripts/ftbfs-fti/follow-policy.py If you feel that this output has mistakes, please open an issue at https://pagure.io/releng/ This package fails to install and maintainers are advised to take one of the following actions: - Fix this bug and close this bugzilla once the update makes it to the repository. (The same script that posted this comment will eventually close this bugzilla when the fixed package reaches the repository, so you don't have to worry about it.) or - Move this bug to ASSIGNED if you plan on fixing this, but simply haven't done so yet. or - Orphan the package if you no longer plan to maintain it. If you do not take one of these actions, the process at https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/#_package_removal_for_long_standing_ftbfs_and_fti_bugs will continue. This package may be orphaned in 7+ weeks. This is the first reminder (step 3) from the policy. Don't hesitate to ask for help on https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/ if you are unsure how to fix this bug. Down to 3 failures to investigate now. I pushed some fixes and test skips to get this building. |