Bug 1901575
| Summary: | F34FailsToInstall: python3-pymc3 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Miro Hrončok <mhroncok> |
| Component: | python-pymc3 | Assignee: | Sergio Pascual <sergio.pasra> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | sergio.pasra |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-01-12 01:42:33 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: | |||
| Bug Blocks: | 1868279 | ||
|
Description
Miro Hrončok
2020-11-25 15:09:07 UTC
*** 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. |