- Notifications
You must be signed in to change notification settings - Fork899
Open
Labels
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?