久久久久久久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 失敗的處理方法,對(duì)大家解決問(wèn)題具有一定的參考價(jià)值,需要的朋友們下面隨著小編來(lái)一起學(xué)習(xí)吧!

                  問(wèn)題描述

                  嘗試通過(guò) pip3 安裝 PyQt5 時(shí)出現(xiàn)錯(cuò)誤.自動(dòng)消息要我添加更多細(xì)節(jié),但我沒(méi)有.所有細(xì)節(jié)都在代碼中.

                  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的路徑,但無(wú)濟(jì)于事.

                  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
                  ?  ~ 
                  

                  操作系統(tǒng)信息(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 時(shí)遇到了同樣的錯(cuò)誤.升級(jí)setuptools"和pip"到最新的次要版本對(duì)我有用.

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

                  這篇關(guān)于pip3 install PyQt5 --user 失敗的文章就介紹到這了,希望我們推薦的答案對(duì)大家有所幫助,也希望大家多多支持html5模板網(wǎng)!

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

                  相關(guān)文檔推薦

                  How to bind a function to an Action from Qt menubar?(如何將函數(shù)綁定到 Qt 菜單欄中的操作?)
                  PyQt progress jumps to 100% after it starts(PyQt 啟動(dòng)后進(jìn)度躍升至 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 刻度標(biāo)簽設(shè)置在固定位置,以便當(dāng)我向左或向右滾動(dòng)時(shí),yaxis 刻度標(biāo)簽應(yīng)該可見(jiàn)
                  `QImage` constructor has unknown keyword `data`(`QImage` 構(gòu)造函數(shù)有未知關(guān)鍵字 `data`)
                  Change x-axis ticks to custom strings(將 x 軸刻度更改為自定義字符串)
                  How to show progress bar while saving file to excel in python?(如何在python中將文件保存為excel時(shí)顯示進(jìn)度條?)
                    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 | 国产成人综合在线 | 一区二区视频在线观看 | 久久电影一区 | 国产精品毛片 | 亚洲精品99 | 成年人网站国产 | 一区二区三区欧美大片 | 国产精品亚洲第一区在线暖暖韩国 | 国产成人综合亚洲欧美94在线 | 99国产精品99久久久久久 | 久久精品视频一区二区三区 | 伊人艹| 欧美色综合一区二区三区 | 97伦理影院 | 国产免费观看久久黄av片涩av | 一级片网站视频 | 日本一区二区三区在线观看 | 日韩一二三区 | 亚洲一区二区三区久久 | 国产成人精品一区二区三区四区 | 九九精品在线 | 四虎永久免费地址 | 亚洲欧美视频在线观看 | 亚洲欧美国产视频 | 337p日本欧洲亚洲大胆 | 人人干人人干人人 | 久久久高清 | 久久久这里只有17精品 | 亚洲精品一 | 国产精品一区二区久久 | 在线天堂免费中文字幕视频 | 国产黄色在线观看 | 亚洲高清视频一区二区 | 日本黄色影片在线观看 | 日本一本在线 | 中文字幕日韩欧美一区二区三区 | 天天弄天天操 | 国产一区二区三区 | 日韩精品在线视频 | 美女艹b|