Bug 1691823 - missing requirements in python3-scikit-image
Summary: missing requirements in python3-scikit-image
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: python-scikit-image
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Sergio Pascual
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-03-22 15:23 UTC by Felix Schwarz
Modified: 2019-05-14 00:59 UTC (History)
2 users (show)

Fixed In Version: python-scikit-image-0.14.2-1.fc30
Clone Of:
Environment:
Last Closed: 2019-05-14 00:59:25 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Felix Schwarz 2019-03-22 15:23:12 UTC
I installed python3-scikit-image on Fedora 29 and tried to use it but the package has incomplete dependencies:

$ python3.7
>>> from skimage.morphology import skeletonize
...
  File "/usr/lib64/python3.7/site-packages/skimage/restoration/_cycle_spin.py", line 6, in <module>
    import dask
ModuleNotFoundError: No module named 'dask'


>>> from skimage.viewer import ImageViewer
...
  File "/usr/lib64/python3.7/site-packages/skimage/viewer/utils/core.py", line 4, in <module>
    import matplotlib as mpl
ModuleNotFoundError: No module named 'matplotlib'

(and after installing python3-matplotlib)

>>> from skimage.viewer import ImageViewer
...
  File "/usr/lib64/python3.7/site-packages/skimage/viewer/qt.py", line 34, in <module>
    from matplotlib.backends.backend_qt5 import FigureManagerQT
ModuleNotFoundError: No module named 'matplotlib.backends.backend_qt5'


So the package needs at least the following dependencies:
- python3-dask
- python3-matplotlib
- python3-matplotlib-qt5

Comment 1 Fedora Update System 2019-05-05 21:04:52 UTC
python-scikit-image-0.14.2-1.fc30 has been submitted as an update to Fedora 30. https://bodhi.fedoraproject.org/updates/FEDORA-2019-06a147d434

Comment 2 Fedora Update System 2019-05-06 04:54:42 UTC
python-scikit-image-0.14.2-1.fc30 has been pushed to the Fedora 30 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-06a147d434

Comment 3 Fedora Update System 2019-05-14 00:59:25 UTC
python-scikit-image-0.14.2-1.fc30 has been pushed to the Fedora 30 stable repository. If problems still persist, please make note of it in this bug report.


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