Bug 2372050
| Summary: | F43FailsToInstall: python3-pybids+plotting, python3-pybids+test, python3-pybids+tests, python3-pybids | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Fedora Fails To Install <fti-bugs> |
| Component: | python-pybids | Assignee: | Orphan Owner <extras-orphan> |
| Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | code, neuro-sig, sanjay.ankur |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | --- | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2025-08-26 04:45:21 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: | 2325425, 2371822, 2371910, 2371948, 2372054, 2372186 | ||
| Bug Blocks: | 2322407, 2339435, 2384425, 2372004 | ||
|
Description
Fedora Fails To Install
2025-06-11 08:15:44 UTC
Once bug 2371910 is fixed, I see this directly blocked by python-bsmschema (bug 2371822) and python-universal-pathlib (bug 2372186). Problem 1: conflicting requests - nothing provides python(abi) = 3.13 needed by python3-bsmschema-0.1.1-1.fc43.noarch from fedora Problem 2: conflicting requests - nothing provides python(abi) = 3.13 needed by python3-universal-pathlib-0.2.5-2.fc42.noarch from fedora - nothing provides ((python3.13dist(fsspec) < 2024.3.1 or python3.13dist(fsspec) > 2024.3.1) with python3.13dist(fsspec) >= 2022.1) needed by python3-universal-pathlib-0.2.5-2.fc42.noarch from fedora 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. With python-universal-pathlib successfully rebuilt, there is one remaining test failure:
=================================== FAILURES ===================================
_______________________ test_PaddedInt_array_comparisons _______________________
def test_PaddedInt_array_comparisons():
# Array comparisons should work, not raise exceptions
arr = np.array([5, 5, 5])
assert np.all(arr == PaddedInt(5))
assert np.all(arr == PaddedInt("05"))
> assert np.all(PaddedInt(5) == arr)
src/bids/layout/tests/test_utils.py:85:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = 5, val = array([5, 5, 5])
def __eq__(self, val):
try:
> return val == self.sval or super().__eq__(val)
E ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
src/bids/layout/utils.py:69: ValueError
This package has changed maintainer in Fedora. Reassigning to the new maintainer of this component. This package has been orphaned. You can pick it up at https://src.fedoraproject.org/rpms/python-pybids by clicking button "Take". If nobody picks it up, it will be retired and removed from a distribution. Automation has figured out the package is retired in Fedora Rawhide. If you like it to be unretired, please open a ticket at https://pagure.io/releng/new_issue?template=package_unretirement |