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
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
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
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.