Hello, Please note that this comment was generated automatically. If you feel that this output has mistakes, please contact me via email (mhroncok). Your package (python-pymc3) Fails To Install in Fedora 34: can't install python3-pymc3: - nothing provides python3.9dist(theano) >= 1.0.5 needed by python3-pymc3-3.9.3-2.fc34.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. 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/rawhide-gating/multi-builds/ Thanks!
*** Bug 1909080 has been marked as a duplicate of this bug. ***
Sergio, this does not appear to be fixed. What was the attempted fix?
It was problem with a dependency, python3-theano. The maintainer changed upstream from theano proper (that is unmaintained) to Theano-PyMC, a fork maintained by the pymc3 developers. But the new theano RPM package provides python3.9dist(theano-pymc3) instead of python3.9dist(theano). This Provide is automatically computed from the name of the package, is that correct? To fix python3-theano, can I add the following to python3-theano? Provides: %{py3_dist theano}
(In reply to Sergio Pascual from comment #3) > It was problem with a dependency, python3-theano. The maintainer changed > upstream from theano proper (that is unmaintained) to Theano-PyMC, a fork > maintained by the pymc3 developers. > > But the new theano RPM package provides python3.9dist(theano-pymc3) instead > of python3.9dist(theano). What new theano RPM package? > This Provide is automatically computed from the > name of the package, is that correct? From the name of the **Python package**. > To fix python3-theano, can I add the following to python3-theano? > > Provides: %{py3_dist theano} Please don't. That package should not provide python3dist(theano). Instead, the pymc3 package might be patched to require theano-pymc3 instead of theano.
It's fixed https://koji.fedoraproject.org/koji/buildinfo?buildID=1667914