Bug 2372089 - F43FailsToInstall: python3-qcelemental
Summary: F43FailsToInstall: python3-qcelemental
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: python-qcelemental
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Susi Lehtola
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: 2325425 2372030 2372054
Blocks: PYTHON3.14 F43FailsToInstall 2371776 2372017 2372090 F44FailsToInstall, RAWHIDEFailsToInstall
TreeView+ depends on / blocked
 
Reported: 2025-06-11 08:17 UTC by Fedora Fails To Install
Modified: 2025-08-26 09:00 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2025-08-26 09:00:26 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Fedora Fails To Install 2025-06-11 08:17:09 UTC
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/

Your package (python-qcelemental) Fails To Install in Fedora 43:

can't install python3-qcelemental:
  - nothing provides python(abi) = 3.13 needed by python3-qcelemental-0.29.0-1.fc43.noarch
  - nothing provides python3.13dist(packaging) >= 24.1 needed by python3-qcelemental-0.29.0-1.fc43.noarch
  
If you know about this problem and are planning on fixing it, please acknowledge so by setting the bug status to ASSIGNED. If you don't have time to maintain this package, consider orphaning it, so maintainers of dependent packages realize the problem.


If you don't react accordingly to the policy for FTBFS/FTI bugs (https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/), your package may be orphaned in 8+ weeks.


P.S. The data was generated solely from koji buildroot, so it might be newer than the latest compose or the content on mirrors. To reproduce, use the koji/local repo only, e.g. in mock:

    $ mock -r fedora-43-x86_64 --config-opts mirrored=False install python3-qcelemental


P.P.S. If this bug has been reported in the middle of upgrading multiple dependent packages, please consider using side tags: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/#updating-inter-dependent-packages

Thanks!

Comment 1 Fedora Fails To Install 2025-06-20 20:03:16 UTC
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.

Comment 2 Susi Lehtola 2025-06-21 07:23:39 UTC
The whole dependency chain is hinging on pydantic.

Comment 3 Ben Beasley 2025-07-06 10:41:44 UTC
With the latest Pydantic snapshot 2.11.7^20250702gitdac3c43, which has most of the necessary changes to support Python 3.14 but isn’t quite all the way there, officially speaking, I see:

+ /usr/bin/pytest qcelemental
ImportError while loading conftest '/builddir/build/BUILD/python-qcelemental-0.29.0-build/QCElemental-0.29.0/qcelemental/conftest.py'.
qcelemental/__init__.py:10: in <module>
    from . import covalent_radii, models, molparse, molutil, periodic_table, physical_constants, util, vanderwaals_radii
qcelemental/covalent_radii.py:9: in <module>
    from .datum import Datum, print_variables
qcelemental/datum.py:16: in <module>
    class Datum(BaseModel):
/usr/lib/python3.14/site-packages/pydantic/v1/main.py:221: in __new__
    inferred = ModelField.infer(
/usr/lib/python3.14/site-packages/pydantic/v1/fields.py:504: in infer
    return cls(
/usr/lib/python3.14/site-packages/pydantic/v1/fields.py:434: in __init__
    self.prepare()
/usr/lib/python3.14/site-packages/pydantic/v1/fields.py:544: in prepare
    self._set_default_and_type()
/usr/lib/python3.14/site-packages/pydantic/v1/fields.py:576: in _set_default_and_type
    raise errors_.ConfigError(f'unable to infer type for attribute "{self.name}"')
E   pydantic.v1.errors.ConfigError: unable to infer type for attribute "doi"

So it looks like this is still waiting for further progress upstream in Pydantic.

Comment 4 Cristian Le 2025-07-31 06:28:46 UTC
Ah great this one is blocked by the usage of pydantic v1 api as well. Best course of action is for upstream to switch to v2

Comment 5 Susi Lehtola 2025-08-26 09:00:26 UTC
I've disabled the tests for now to get this to build.


Note You need to log in before you can comment on or make changes to this bug.