Explicitly state where qt plugins are #1460
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Apparently, if different versions of
cv2
andpyqt
are used, then we run into trouble...This is what trouble looks like for us (action):
Sure, we could try to get the version of cv2 to match, but that isn't always possible (see #1258 90649c4 to 5dc74b2 where our dependencies require a different version of
cv2
) resulting in the same error (action).This PR aims to merge what was thought to be a hack at the time into a robustifying feature.
Types of changes
Does this address any currently open issues?
[list open issues here]
Outside contributors checklist
Thank you for contributing to SLEAP!
❤️