Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add hooks for skimage.feature and skimage.graph #52

Merged
merged 5 commits into from
Oct 1, 2020

Conversation

rokm
Copy link
Member

@rokm rokm commented Sep 29, 2020

This PR adds a basic import test for skimage based on the issues encountered while solving pyinstaller/pyinstaller#5197.

Based on the test failures under scikit-image 0.17.2, we need additional hooks for skimage.feature and skimage.graph to deal with the missing (sub)modules.

A battery of tests that individually import each of skimage
submodules. The list of tests is based on submodules available
in the latest releases (0.16.x and 0.17.x).
Needed for hidden import of skimage.feature._orb_descriptor_positions.
Needed for hidden import of skimage.graph.heap.
Copy link
Member

@bwoodsend bwoodsend left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, if it works, I'm happy.

@rokm rokm marked this pull request as ready for review October 1, 2020 10:03
@rokm rokm requested review from a team and Legorooj and removed request for a team October 1, 2020 10:03
@Legorooj Legorooj merged commit 3de2334 into pyinstaller:master Oct 1, 2020
@rokm rokm deleted the fix-skimage branch October 14, 2020 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants