woosupRyu / labeling_tool

0 stars 0 forks source link

pyqt5 and opencv lib conflicts #1

Open ohnova opened 4 years ago

ohnova commented 4 years ago

objc[84165]: Class QMacAutoReleasePoolTracker is implemented in both /Users/jangwook.oh/Workspace/venv/lib/python3.7/site-packages/PyQt5/Qt/lib/QtCore.framework/Versions/5/QtCore (0x10a0e10f8) and /Users/jangwook.oh/Workspace/venv/lib/python3.7/site-packages/cv2/.dylibs/QtCore (0x1140bc700). One of the two will be used. Which one is undefined. objc[84165]: Class QT_ROOT_LEVEL_POOL__THESE_OBJECTS_WILL_BE_RELEASED_WHEN_QAPP_GOES_OUT_OF_SCOPE is implemented in both /Users/jangwook.oh/Workspace/venv/lib/python3.7/site-packages/PyQt5/Qt/lib/QtCore.framework/Versions/5/QtCore (0x10a0e1170) and /Users/jangwook.oh/Workspace/venv/lib/python3.7/site-packages/cv2/.dylibs/QtCore (0x1140bc778). One of the two will be used. Which one is undefined. objc[84165]: Class KeyValueObserver is implemented in both /Users/jangwook.oh/Workspace/venv/lib/python3.7/site-packages/PyQt5/Qt/lib/QtCore.framework/Versions/5/QtCore (0x10a0e1198) and /Users/jangwook.oh/Workspace/venv/lib/python3.7/site-packages/cv2/.dylibs/QtCore (0x1140bc7a0). One of the two will be used. Which one is undefined. objc[84165]: Class RunLoopModeTracker is implemented in both /Users/jangwook.oh/Workspace/venv/lib/python3.7/site-packages/PyQt5/Qt/lib/QtCore.framework/Versions/5/QtCore (0x10a0e11e8) and /Users/jangwook.oh/Workspace/venv/lib/python3.7/site-packages/cv2/.dylibs/QtCore (0x1140bc7f0). One of the two will be used. Which one is undefined.

ohnova commented 4 years ago

Solved after 'pip install opencv-contrib-python-headless'

ohnova commented 4 years ago

또는 opencv-python 삭제

woosupRyu commented 4 years ago

감사합니다. 해당 사항 readme파일에 업데이트 하겠습니다