Any plan to solve conflicts betwen opencv-python and PyQt5
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 5.4k
- Forks
- 1k
- Avg merge
- 22h 17m
- Merged PRs (30d)
- 3
Description
Many people found the Opencv-python of version > 4.4.x conflicts with PyQt5,such as #386, #404 and #427 ,the solutions of this problem are
1, choose low version of opencv-python( I choose opencv-python 4.1.2.30 to solve this problem)
2, choose opencv-python-headless
However, if I have to use opencv-python 4.6.x, and must include image display UI(that means opencv-python-headless isn't proper for the project), is there any elegant solution?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the reported conflicts involving opencv-python versions above 4.4.x and PyQt5, including issues #386, #404, and #427. Determine whether opencv-python 4.6.x can support projects requiring image-display UI without opencv-python-headless, and document a reproducible resolution if one exists.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- opencv, python
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100