Description of problem: If python3-scikit-image is installed, then using pip3 will warn that imageio and tifffile are missing dependencies. Indeed, looking at python3-scikit-image, neither of these are dependencies, and they are indeed listed as requirements [1]. Version-Release number of selected component (if applicable): python3-scikit-image-0.17.2-1.fc33.x86_64 Steps to Reproduce: 1. sudo dnf install python3-scikit-learn Actual results: Neither python3-imageio nor python3-tifffile are installed. Expected results: All required dependencies are installed. Additional info: [1] https://github.com/scikit-image/scikit-image/blob/v0.17.2/requirements/default.txt Why not use the dependency generator?
I'm sorry I overlooked these dependencies. tifffile is in fedora but imageio is not. I will package it. I have enabled the dependency generator
FEDORA-2021-dd2db7e616 has been submitted as an update to Fedora 33. https://bodhi.fedoraproject.org/updates/FEDORA-2021-dd2db7e616
FEDORA-2021-dd2db7e616 has been pushed to the Fedora 33 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-dd2db7e616` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-dd2db7e616 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2021-dd2db7e616 has been pushed to the Fedora 33 stable repository. If problem still persists, please make note of it in this bug report.