久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

      <i id='4pmqj'><tr id='4pmqj'><dt id='4pmqj'><q id='4pmqj'><span id='4pmqj'><b id='4pmqj'><form id='4pmqj'><ins id='4pmqj'></ins><ul id='4pmqj'></ul><sub id='4pmqj'></sub></form><legend id='4pmqj'></legend><bdo id='4pmqj'><pre id='4pmqj'><center id='4pmqj'></center></pre></bdo></b><th id='4pmqj'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='4pmqj'><tfoot id='4pmqj'></tfoot><dl id='4pmqj'><fieldset id='4pmqj'></fieldset></dl></div>

        <small id='4pmqj'></small><noframes id='4pmqj'>

      1. <tfoot id='4pmqj'></tfoot>
      2. <legend id='4pmqj'><style id='4pmqj'><dir id='4pmqj'><q id='4pmqj'></q></dir></style></legend>
          <bdo id='4pmqj'></bdo><ul id='4pmqj'></ul>
      3. PyQt5 和 OpenCV 有類似的庫;如何避免兩者之間的沖

        PyQt5 and OpenCV have similar libraries; how to avoid conflict between the 2?(PyQt5 和 OpenCV 有類似的庫;如何避免兩者之間的沖突?)

        1. <tfoot id='iR1a5'></tfoot>

            • <bdo id='iR1a5'></bdo><ul id='iR1a5'></ul>
            • <i id='iR1a5'><tr id='iR1a5'><dt id='iR1a5'><q id='iR1a5'><span id='iR1a5'><b id='iR1a5'><form id='iR1a5'><ins id='iR1a5'></ins><ul id='iR1a5'></ul><sub id='iR1a5'></sub></form><legend id='iR1a5'></legend><bdo id='iR1a5'><pre id='iR1a5'><center id='iR1a5'></center></pre></bdo></b><th id='iR1a5'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='iR1a5'><tfoot id='iR1a5'></tfoot><dl id='iR1a5'><fieldset id='iR1a5'></fieldset></dl></div>
                  <tbody id='iR1a5'></tbody>

                <small id='iR1a5'></small><noframes id='iR1a5'>

                <legend id='iR1a5'><style id='iR1a5'><dir id='iR1a5'><q id='iR1a5'></q></dir></style></legend>

                  本文介紹了PyQt5 和 OpenCV 有類似的庫;如何避免兩者之間的沖突?的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                  問題描述

                  我在同一個 conda 虛擬環境中擁有 PyQt5 和 OpenCV.

                  I have PyQt5 and OpenCV in the same conda virtual environment.

                  opencv-python==3.4.1.15    
                  PyQt5==5.10.1    
                  

                  每當我運行我的 PyQt5 應用程序時,都會收到許多類似這樣的警告:

                  Whenever I run my PyQt5 app, I get many warnings like these:

                  objc[7992]: Class QCocoaPageLayoutDelegate is implemented in both /Users/alexryan/miniconda3/envs/qacker/lib/python3.5/site-packages/cv2/.dylibs/QtGui (0x109ae0290) and /Users/alexryan/miniconda3/envs/qacker/lib/python3.5/site-packages/PyQt5/Qt/lib/QtPrintSupport.framework/Versions/5/QtPrintSupport (0x10a387f20). One of the two will be used. Which one is undefined.
                  objc[7992]: Class QCocoaPrintPanelDelegate is implemented in both /Users/alexryan/miniconda3/envs/qacker/lib/python3.5/site-packages/cv2/.dylibs/QtGui (0x109ae0308) and /Users/alexryan/miniconda3/envs/qacker/lib/python3.5/site-packages/PyQt5/Qt/lib/QtPrintSupport.framework/Versions/5/QtPrintSupport (0x10a387f70). One of the two will be used. Which one is undefined.    
                  objc[7992]: Class QCocoaApplicationDelegate is implemented in both /Users/alexryan/miniconda3/envs/qacker/lib/python3.5/site-packages/cv2/.dylibs/QtGui (0x109ae0010) and /Users/alexryan/miniconda3/envs/qacker/lib/python3.5/site-packages/PyQt5/Qt/plugins/platforms/libqcocoa.dylib (0x10c6ed480). One of the two will be used. Which one is undefined.    
                  objc[7992]: Class QNSApplication is implemented in both /Users/alexryan/miniconda3/envs/qacker/lib/python3.5/site-packages/cv2/.dylibs/QtGui (0x109adffc0) and /Users/alexryan/miniconda3/envs/qacker/lib/python3.5/site-packages/PyQt5/Qt/plugins/platforms/libqcocoa.dylib (0x10c6ed4d0). One of the two will be used. Which one is undefined.    
                  objc[7992]: Class QCocoaMenuLoader is implemented in both /Users/alexryan/miniconda3/envs/qacker/lib/python3.5/site-packages/cv2/.dylibs/QtGui (0x109adff70) and /Users/alexryan/miniconda3/envs/qacker/lib/python3.5/site-packages/PyQt5/Qt/plugins/platforms/libqcocoa.dylib (0x10c6ed570). One of the two will be used. Which one is undefined.    
                  objc[7992]: Class QNSImageView is implemented in both /Users/alexryan/miniconda3/envs/qacker/lib/python3.5/site-packages/cv2/.dylibs/QtGui (0x109ae0330) and /Users/alexryan/miniconda3/envs/qacker/lib/python3.5/site-packages/PyQt5/Qt/plugins/platforms/libqcocoa.dylib (0x10c6ed660). One of the two will be used. Which one is undefined.    
                  objc[7992]: Class QNSStatusItem is implemented in both /Users/alexryan/miniconda3/envs/qacker/lib/python3.5/site-packages/cv2/.dylibs/QtGui (0x109ae0380) and /Users/alexryan/miniconda3/envs/qacker/lib/python3.5/site-packages/PyQt5/Qt/plugins/platforms/libqcocoa.dylib (0x10c6ed6b0). One of the two will be used. Which one is undefined.    
                  objc[7992]: Class QNSOpenSavePanelDelegate is implemented in both /Users/alexryan/miniconda3/envs/qacker/lib/python3.5/site-packages/cv2/.dylibs/QtGui (0x109ae0150) and /Users/alexryan/miniconda3/envs/qacker/lib/python3.5/site-packages/PyQt5/Qt/plugins/platforms/libqcocoa.dylib (0x10c6ed750). One of the two will be used. Which one is undefined.
                  

                  處理這個問題的適當方法是什么?

                  What is the appropriate way to handle this?

                  推薦答案

                  我通過GUI卸載opencv并安裝headless版本解決了這個問題:

                  I solved the problem by uninstalling opencv with the GUI and installing the headless version:

                  pip 卸載 opencv-contrib-python

                  pip uninstall opencv-contrib-python

                  pip install opencv-contrib-python-headless

                  pip install opencv-contrib-python-headless

                  opencv 中的 namedWindow 函數仍然有效.

                  The namedWindow function in opencv still works.

                  這篇關于PyQt5 和 OpenCV 有類似的庫;如何避免兩者之間的沖突?的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

                  【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!

                  相關文檔推薦

                  How to bind a function to an Action from Qt menubar?(如何將函數綁定到 Qt 菜單欄中的操作?)
                  PyQt progress jumps to 100% after it starts(PyQt 啟動后進度躍升至 100%)
                  How to set yaxis tick label in a fixed position so that when i scroll left or right the yaxis tick label should be visible?(如何將 yaxis 刻度標簽設置在固定位置,以便當我向左或向右滾動時,yaxis 刻度標簽應該可見
                  `QImage` constructor has unknown keyword `data`(`QImage` 構造函數有未知關鍵字 `data`)
                  Change x-axis ticks to custom strings(將 x 軸刻度更改為自定義字符串)
                  How to show progress bar while saving file to excel in python?(如何在python中將文件保存為excel時顯示進度條?)

                        <tbody id='BUAXq'></tbody>

                    1. <i id='BUAXq'><tr id='BUAXq'><dt id='BUAXq'><q id='BUAXq'><span id='BUAXq'><b id='BUAXq'><form id='BUAXq'><ins id='BUAXq'></ins><ul id='BUAXq'></ul><sub id='BUAXq'></sub></form><legend id='BUAXq'></legend><bdo id='BUAXq'><pre id='BUAXq'><center id='BUAXq'></center></pre></bdo></b><th id='BUAXq'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='BUAXq'><tfoot id='BUAXq'></tfoot><dl id='BUAXq'><fieldset id='BUAXq'></fieldset></dl></div>
                    2. <legend id='BUAXq'><style id='BUAXq'><dir id='BUAXq'><q id='BUAXq'></q></dir></style></legend>
                        • <bdo id='BUAXq'></bdo><ul id='BUAXq'></ul>

                            <tfoot id='BUAXq'></tfoot>
                          1. <small id='BUAXq'></small><noframes id='BUAXq'>

                          2. 主站蜘蛛池模板: 欧美久久综合 | 国产成人99久久亚洲综合精品 | 亚洲第一在线视频 | 日韩综合 | 精品久久久久久久久久久 | 国产欧美一区二区三区久久手机版 | 嫩草懂你的影院入口 | 国产精品 欧美精品 | 色综合一区 | www.久草.com | av在线免费网 | 东京久久| 一区二区三区精品视频 | 国产美女自拍视频 | 欧美日韩精品一区二区天天拍 | 麻豆久久久9性大片 | 国产精品久久久久久久久久免费看 | 国产精品一区一区三区 | 欧美二区乱c黑人 | 蜜臀网 | 丁香五月网久久综合 | 99热视| 欧美综合久久久 | 日韩精品视频一区二区三区 | 一区二区手机在线 | 欧美在线 | 伊人久久成人 | 精品国产一区二区久久 | 99热首页| 欧美日韩一区二区三区不卡视频 | 一级中国毛片 | 美女福利网站 | 男人天堂99 | www国产成人免费观看视频,深夜成人网 | 久久伊人亚洲 | 国产在线不卡 | 影音av | 成人免费看电影 | 精品一区av | 91n成人| 成人a视频在线观看 |