內容目錄
問題:You might be loading two sets of Qt binaries into the same process. Check that all plugins are compiled against the right Qt binaries. Export DYLD_PRINT_LIBRARIES=1 and check that only one set of binaries are being loaded.
此為安裝 labelme 時, OpenCV 版本太高導致的問題
依照下方指令即可解決問題
pip install opencv-python-headless
Reference
https://stackoverflow.com/questions/60271645/qt-complaining-2-sets-of-binaries
★留個言吧!內容有誤或想要補充也歡迎與我討論!