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

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

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

        <legend id='IVg2U'><style id='IVg2U'><dir id='IVg2U'><q id='IVg2U'></q></dir></style></legend>
          <bdo id='IVg2U'></bdo><ul id='IVg2U'></ul>
        <tfoot id='IVg2U'></tfoot>
      1. pip3 install PyQt5 --user 失敗

        pip3 install PyQt5 --user fails(pip3 install PyQt5 --user 失敗)
        <legend id='FnXHO'><style id='FnXHO'><dir id='FnXHO'><q id='FnXHO'></q></dir></style></legend>

                <tbody id='FnXHO'></tbody>

                  <bdo id='FnXHO'></bdo><ul id='FnXHO'></ul>

                • <small id='FnXHO'></small><noframes id='FnXHO'>

                  <tfoot id='FnXHO'></tfoot>
                • <i id='FnXHO'><tr id='FnXHO'><dt id='FnXHO'><q id='FnXHO'><span id='FnXHO'><b id='FnXHO'><form id='FnXHO'><ins id='FnXHO'></ins><ul id='FnXHO'></ul><sub id='FnXHO'></sub></form><legend id='FnXHO'></legend><bdo id='FnXHO'><pre id='FnXHO'><center id='FnXHO'></center></pre></bdo></b><th id='FnXHO'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='FnXHO'><tfoot id='FnXHO'></tfoot><dl id='FnXHO'><fieldset id='FnXHO'></fieldset></dl></div>
                  本文介紹了pip3 install PyQt5 --user 失敗的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                  問題描述

                  嘗試通過 pip3 安裝 PyQt5 時出現錯誤.自動消息要我添加更多細節,但我沒有.所有細節都在代碼中.

                  Errors are present when trying to install PyQt5 via pip3. The automated message wants me to add more detail, but I don't have any. All the detail is in the code.

                  ?  ~ pip3 install PyQt5 --user 
                  Collecting PyQt5
                    Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f2c97cfeb50>: Failed to establish a new connection: [Er
                  rno -2] Name or service not known')': /simple/pyqt5/
                    Using cached https://files.pythonhosted.org/packages/3a/fb/eb51731f2dc7c22d8e1a63ba88fb702727b324c6352183a32f27f73b8116/PyQt5-5.14.1.tar.gz
                    Installing build dependencies ... done
                    Getting requirements to build wheel ... done
                      Preparing wheel metadata ... error
                      Complete output from command /usr/bin/python3 /usr/lib/python3.7/site-packages/pip/_vendor/pep517/_in_process.py prepare_metadata_for_build_wheel /tmp/tmp3yjy_ooq:
                      Traceback (most recent call last):
                        File "/usr/lib/python3.7/site-packages/pip/_vendor/pep517/_in_process.py", line 64, in prepare_metadata_for_build_wheel
                          hook = backend.prepare_metadata_for_build_wheel
                      AttributeError: module 'sipbuild.api' has no attribute 'prepare_metadata_for_build_wheel'
                  
                      During handling of the above exception, another exception occurred:
                  
                      Traceback (most recent call last):
                        File "/usr/lib/python3.7/site-packages/pip/_vendor/pep517/_in_process.py", line 207, in <module>
                          main()
                        File "/usr/lib/python3.7/site-packages/pip/_vendor/pep517/_in_process.py", line 197, in main
                          json_out['return_val'] = hook(**hook_input['kwargs'])
                        File "/usr/lib/python3.7/site-packages/pip/_vendor/pep517/_in_process.py", line 67, in prepare_metadata_for_build_wheel
                          config_settings)
                        File "/usr/lib/python3.7/site-packages/pip/_vendor/pep517/_in_process.py", line 95, in _get_wheel_metadata_from_wheel
                          whl_basename = backend.build_wheel(metadata_directory, config_settings)
                        File "/tmp/pip-build-env-1ms8fm3e/overlay/lib64/python3.7/site-packages/sipbuild/api.py", line 51, in build_wheel
                          project = AbstractProject.bootstrap('pep517')
                        File "/tmp/pip-build-env-1ms8fm3e/overlay/lib64/python3.7/site-packages/sipbuild/abstract_project.py", line 82, in bootstrap
                          project.setup(pyproject, tool, tool_description)
                        File "/tmp/pip-build-env-1ms8fm3e/overlay/lib64/python3.7/site-packages/sipbuild/project.py", line 387, in setup
                          self.apply_user_defaults(tool)
                        File "project.py", line 62, in apply_user_defaults
                          super().apply_user_defaults(tool)
                        File "/tmp/pip-build-env-1ms8fm3e/overlay/lib/python3.7/site-packages/pyqtbuild/project.py", line 86, in apply_user_defaults
                          super().apply_user_defaults(tool)
                        File "/tmp/pip-build-env-1ms8fm3e/overlay/lib64/python3.7/site-packages/sipbuild/project.py", line 202, in apply_user_defaults
                          self.builder.apply_user_defaults(tool)
                        File "/tmp/pip-build-env-1ms8fm3e/overlay/lib/python3.7/site-packages/pyqtbuild/builder.py", line 68, in apply_user_defaults
                          "specify a working qmake or add it to PATH")
                      sipbuild.pyproject.PyProjectOptionException
                  
                      ----------------------------------------
                  Command "/usr/bin/python3 /usr/lib/python3.7/site-packages/pip/_vendor/pep517/_in_process.py prepare_metadata_for_build_wheel /tmp/tmp3yjy_ooq" failed with error code 1 in /tmp/pip-install-6w4gkbyk/PyQt5
                  

                  嘗試直接安裝Qt,以獲取QMake的路徑,但無濟于事.

                  Tried installing Qt directly, in order to get QMake in path, but to no avail.

                  ?  ~ qmake --version
                  QMake version 2.01a
                  Using Qt version 4.8.7 in /usr/lib64
                  ?  ~ 
                  

                  操作系統信息(Fedora 30)

                  OS information (Fedora 30)

                   5.2.11-200.fc30.x86_64 #1 SMP Thu Aug 29 12:43:20 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
                  

                  更多版本

                  ?  ~ pip3 --version
                  pip 19.0.3 from /usr/lib/python3.7/site-packages/pip (python 3.7)
                  ?  ~ python3 --version
                  Python 3.7.5
                  ?  ~ 
                  
                  

                  推薦答案

                  我在安裝 tensorflow 時遇到了同樣的錯誤.升級setuptools"和pip"到最新的次要版本對我有用.

                  I had the same error installing tensorflow. Upgrading "setuptools" and "pip" to the latest minor version worked for me.

                  這篇關于pip3 install PyQt5 --user 失敗的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持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時顯示進度條?)
                    1. <legend id='L8UDY'><style id='L8UDY'><dir id='L8UDY'><q id='L8UDY'></q></dir></style></legend>
                      <tfoot id='L8UDY'></tfoot>
                      <i id='L8UDY'><tr id='L8UDY'><dt id='L8UDY'><q id='L8UDY'><span id='L8UDY'><b id='L8UDY'><form id='L8UDY'><ins id='L8UDY'></ins><ul id='L8UDY'></ul><sub id='L8UDY'></sub></form><legend id='L8UDY'></legend><bdo id='L8UDY'><pre id='L8UDY'><center id='L8UDY'></center></pre></bdo></b><th id='L8UDY'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='L8UDY'><tfoot id='L8UDY'></tfoot><dl id='L8UDY'><fieldset id='L8UDY'></fieldset></dl></div>

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

                        <tbody id='L8UDY'></tbody>

                          <bdo id='L8UDY'></bdo><ul id='L8UDY'></ul>

                            主站蜘蛛池模板: 91精品国产乱码久久久久久久久 | heyzo在线 | 国产精品夜色一区二区三区 | 久久久国产精品入口麻豆 | 午夜久久久 | 三级免费毛片 | 亚洲综合一区二区三区 | 深夜爽视频 | 在线免费观看a级片 | 精品视频免费 | 亚洲欧洲一区 | 成人污污视频 | 久久综合九色综合欧美狠狠 | 日本电影韩国电影免费观看 | 91精产国品一二三区 | 国产你懂的在线观看 | 81精品国产乱码久久久久久 | 九九热免费观看 | 精品久久久久一区二区国产 | 中文字幕av网 | 在线伊人网 | 精品毛片 | 亚洲精品一区二区在线 | 国产精品久久久久久久久免费高清 | 亚洲视频一区二区三区 | 天天干天天想 | 久久久久国产精品 | 久草精品视频 | 成人精品国产免费网站 | 亚洲综合二区 | 久久久国产精品入口麻豆 | 亚洲精品1区 | 夜夜爽99久久国产综合精品女不卡 | 成人精品久久 | a a毛片| 美女福利视频一区 | 日韩精品一区二区三区中文在线 | 国产一区二区三区在线 | 99自拍视频 | 一级网站 | 国产91一区 |