Bug 2303479 - python3-matplotlib not installable
Summary: python3-matplotlib not installable
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: python-matplotlib
Version: epel8
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: opoplawski
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-08-07 15:15 UTC by Rex Dieter
Modified: 2024-11-09 06:58 UTC (History)
7 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2024-11-09 06:58:02 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Rex Dieter 2024-08-07 15:15:06 UTC
python3-matplotlib is currently not installable from epel8 repo due to broken dependency on libqhull.so.7

# dnf install python3-matplotlib
Updating Subscription Management repositories.
Last metadata expiration check: 0:00:34 ago on Wed 07 Aug 2024 10:13:28 AM CDT.
Error:
 Problem: conflicting requests
  - nothing provides libqhull.so.7()(64bit) needed by python3-matplotlib-3.0.3-4.el8.x86_64 from epel

Comment 1 Kaleb KEITHLEY 2024-11-07 12:40:00 UTC
Orion Poplawski built this for epel8. (I thought I needed it in epel10 for Ceph, but so far that hasn't turned out to be true.)

I think Orion is the right person to fix epel8. ???

Comment 2 Carl George 🤠 2024-11-09 06:58:02 UTC
python3-matplotlib is installable from EPEL 8.  The libqhull dependency is in the CRB repo.

root@rhel8-container:~# dnf -q repoquery --info --whatprovides 'libqhull.so.7()(64bit)'
Name         : libqhull
Version      : 2015.2
Release      : 5.el8
Architecture : x86_64
Size         : 169 k
Source       : qhull-2015.2-5.el8.src.rpm
Repository   : codeready-builder-for-rhel-8-x86_64-rpms
Summary      : -n libqhull
URL          : http://www.qhull.org
License      : Qhull
Description  : -n libqhull

The CRB repository is disabled by default, but the EPEL Getting Started guide explicitly mentions enabling it.

https://docs.fedoraproject.org/en-US/epel/getting-started/#_el8


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